Html Css Color HEX #B662D6 Medium Orchid

📋 copy color: '#B662D6'

red 182 ◦ green 98 ◦ blue 214

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

Shades of Medium Orchid #B662D6

Tints of Medium Orchid #B662D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 36.84%
G = 19.84%
B = 43.32%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B662D6 (or 0xB662D6) is known color: Medium Orchid. HEX triplet: B6, 62 and D6. RGB value is (182,98,214). Sum of RGB (Red+Green+Blue) = 182+98+214=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #B662D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662D6 is #499D29. Grayscale: #878787. Windows color (decimal): -4824362 or 14049974. OLE color: 14049974.

HSL color Cylindrical-coordinate representation of color #B662D6: hue angle of 283.45º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B662D6 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 98 214 -
CMYK 0.15 0.54 0 0.16
HSL 283.45º 0.59% 0.61% -
HSV(B) 283.45º 0.54% 0.84% -
XYZ 35.8 23.54 66.27 -
YUV 136.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 182 98 214 0.15 0.54 0 0.16 283.45 0.59 0.61
Hex B6 62 D6 F 36 0 10 11B 3B 3D
Octal 266 142 326 17 66 0 20 433 73 75
Binary 10110110 1100010 11010110 1111 110110 0 10000 100011011 111011 111101

Color Harmonies of #B662D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662D6

Black with #B662D6

Text Example


Text Example

White with #B662D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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