Html Css Color HEX #B662C6 Medium Orchid

📋 copy color: '#B662C6'

red 182 ◦ green 98 ◦ blue 198

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

Shades of Medium Orchid #B662C6

Tints of Medium Orchid #B662C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 38.08%
G = 20.5%
B = 41.42%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B662C6 (or 0xB662C6) is known color: Medium Orchid. HEX triplet: B6, 62 and C6. RGB value is (182,98,198). Sum of RGB (Red+Green+Blue) = 182+98+198=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #B662C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662C6 is #499D39. Grayscale: #868686. Windows color (decimal): -4824378 or 13001398. OLE color: 13001398.

HSL color Cylindrical-coordinate representation of color #B662C6: hue angle of 290.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B662C6 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 98 198 -
CMYK 0.08 0.51 0 0.22
HSL 290.4º 0.47% 0.58% -
HSV(B) 290.4º 0.51% 0.78% -
XYZ 33.85 22.76 56.03 -
YUV 134.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 182 98 198 0.08 0.51 0 0.22 290.4 0.47 0.58
Hex B6 62 C6 8 33 0 16 122 2F 3A
Octal 266 142 306 10 63 0 26 442 57 72
Binary 10110110 1100010 11000110 1000 110011 0 10110 100100010 101111 111010

Color Harmonies of #B662C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662C6

Black with #B662C6

Text Example


Text Example

White with #B662C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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