Html Css Color HEX #B66FE0 Medium Orchid

📋 copy color: '#B66FE0'

red 182 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #B66FE0

Tints of Medium Orchid #B66FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 35.2%
G = 21.47%
B = 43.33%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B66FE0 (or 0xB66FE0) is known color: Medium Orchid. HEX triplet: B6, 6F and E0. RGB value is (182,111,224). Sum of RGB (Red+Green+Blue) = 182+111+224=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #B66FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FE0 is #49901F. Grayscale: #909090. Windows color (decimal): -4821024 or 14708662. OLE color: 14708662.

HSL color Cylindrical-coordinate representation of color #B66FE0: hue angle of 277.7º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66FE0 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 111 224 -
CMYK 0.19 0.50 0 0.12
HSL 277.7º 0.65% 0.66% -
HSV(B) 277.7º 0.5% 0.88% -
XYZ 38.43 26.7 73.65 -
YUV 145.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 182 111 224 0.19 0.50 0 0.12 277.7 0.65 0.66
Hex B6 6F E0 13 32 0 C 116 41 42
Octal 266 157 340 23 62 0 14 426 101 102
Binary 10110110 1101111 11100000 10011 110010 0 1100 100010110 1000001 1000010

Color Harmonies of #B66FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FE0

Black with #B66FE0

Text Example


Text Example

White with #B66FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FE0; }

 p { color: rgb(182,111,224); }

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

background-color css

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

 a { background-color: rgb(182,111,224); }

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

border-color css

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

 span { border-color: rgb(182,111,224); }

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