Html Css Color HEX #B662D0 Medium Orchid

📋 copy color: '#B662D0'

red 182 ◦ green 98 ◦ blue 208

#B662D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B662D0

Tints of Medium Orchid #B662D0

RGB

 RED value IS 182 (71.48% from 255) = 37.3%

 GREEN value IS 98 (38.67% from 255) = 20.08%

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 37.3%
G = 20.08%
B = 42.62%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B662D0 (or 0xB662D0) is known color: Medium Orchid. HEX triplet: B6, 62 and D0. RGB value is (182,98,208). Sum of RGB (Red+Green+Blue) = 182+98+208=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #B662D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662D0 is #499D2F. Grayscale: #878787. Windows color (decimal): -4824368 or 13656758. OLE color: 13656758.

HSL color Cylindrical-coordinate representation of color #B662D0: hue angle of 285.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B662D0 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 98 208 -
CMYK 0.12 0.53 0 0.18
HSL 285.82º 0.54% 0.6% -
HSV(B) 285.82º 0.53% 0.82% -
XYZ 35.04 23.23 62.31 -
YUV 135.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 182 98 208 0.12 0.53 0 0.18 285.82 0.54 0.6
Hex B6 62 D0 C 35 0 12 11E 36 3C
Octal 266 142 320 14 65 0 22 436 66 74
Binary 10110110 1100010 11010000 1100 110101 0 10010 100011110 110110 111100

Color Harmonies of #B662D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662D0

Black with #B662D0

Text Example


Text Example

White with #B662D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662D0; }

 p { color: rgb(182,98,208); }

 H1.HeaderClassName
 {
   color: #B662D0;
 }
 .AnyTagClassName
 {
   color: #B662D0;
 }
</style>

background-color css

<style>
 a { background-color: #B662D0; }

 a { background-color: rgb(182,98,208); }

 div.DivClassName
 {
   background-color: #B662D0;
 }
 .BgClassName
 {
   background-color: #B662D0;
 }
</style>

border-color css

<style>
 span { border-color: #B662D0; }

 span { border-color: rgb(182,98,208); }

 td.TdClassName
 {
   border-color: #B662D0;
 }
 .TagClassName
 {
   border-color: #B662D0;
 }
</style>