Html Css Color HEX #B664CE Medium Orchid

📋 copy color: '#B664CE'

red 182 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #B664CE

Tints of Medium Orchid #B664CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

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

R = 37.3%
G = 20.49%
B = 42.21%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B664CE (or 0xB664CE) is known color: Medium Orchid. HEX triplet: B6, 64 and CE. RGB value is (182,100,206). Sum of RGB (Red+Green+Blue) = 182+100+206=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #B664CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664CE is #499B31. Grayscale: #888888. Windows color (decimal): -4823858 or 13526198. OLE color: 13526198.

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

Color convert

RGB 182 100 206 -
CMYK 0.12 0.51 0 0.19
HSL 286.42º 0.52% 0.6% -
HSV(B) 286.42º 0.51% 0.81% -
XYZ 34.99 23.52 61.09 -
YUV 136.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 182 100 206 0.12 0.51 0 0.19 286.42 0.52 0.6
Hex B6 64 CE C 33 0 13 11E 34 3C
Octal 266 144 316 14 63 0 23 436 64 74
Binary 10110110 1100100 11001110 1100 110011 0 10011 100011110 110100 111100

Color Harmonies of #B664CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664CE

Black with #B664CE

Text Example


Text Example

White with #B664CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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