Html Css Color HEX #B666CF Medium Orchid

📋 copy color: '#B666CF'

red 182 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #B666CF

Tints of Medium Orchid #B666CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.77%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 37.07%
G = 20.77%
B = 42.16%

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

#B666CF (or 0xB666CF) is known color: Medium Orchid. HEX triplet: B6, 66 and CF. RGB value is (182,102,207). Sum of RGB (Red+Green+Blue) = 182+102+207=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B666CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666CF is #499930. Grayscale: #898989. Windows color (decimal): -4823345 or 13592246. OLE color: 13592246.

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

Color convert

RGB 182 102 207 -
CMYK 0.12 0.51 0 0.19
HSL 285.71º 0.52% 0.61% -
HSV(B) 285.71º 0.51% 0.81% -
XYZ 35.31 23.95 61.79 -
YUV 137.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 182 102 207 0.12 0.51 0 0.19 285.71 0.52 0.61
Hex B6 66 CF C 33 0 13 11E 34 3D
Octal 266 146 317 14 63 0 23 436 64 75
Binary 10110110 1100110 11001111 1100 110011 0 10011 100011110 110100 111101

Color Harmonies of #B666CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666CF

Black with #B666CF

Text Example


Text Example

White with #B666CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666CF; }

 p { color: rgb(182,102,207); }

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

background-color css

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

 a { background-color: rgb(182,102,207); }

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

border-color css

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

 span { border-color: rgb(182,102,207); }

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