Html Css Color HEX #B662CE Medium Orchid

📋 copy color: '#B662CE'

red 182 ◦ green 98 ◦ blue 206

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

Shades of Medium Orchid #B662CE

Tints of Medium Orchid #B662CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 37.45%
G = 20.16%
B = 42.39%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B662CE (or 0xB662CE) is known color: Medium Orchid. HEX triplet: B6, 62 and CE. RGB value is (182,98,206). Sum of RGB (Red+Green+Blue) = 182+98+206=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B662CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662CE is #499D31. Grayscale: #878787. Windows color (decimal): -4824370 or 13525686. OLE color: 13525686.

HSL color Cylindrical-coordinate representation of color #B662CE: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B662CE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 98 206 -
CMYK 0.12 0.52 0 0.19
HSL 286.67º 0.52% 0.6% -
HSV(B) 286.67º 0.52% 0.81% -
XYZ 34.8 23.14 61.02 -
YUV 135.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 182 98 206 0.12 0.52 0 0.19 286.67 0.52 0.6
Hex B6 62 CE C 34 0 13 11F 34 3C
Octal 266 142 316 14 64 0 23 437 64 74
Binary 10110110 1100010 11001110 1100 110100 0 10011 100011111 110100 111100

Color Harmonies of #B662CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662CE

Black with #B662CE

Text Example


Text Example

White with #B662CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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