Html Css Color HEX #B66FDE Medium Orchid

📋 copy color: '#B66FDE'

red 182 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #B66FDE

Tints of Medium Orchid #B66FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 35.34%
G = 21.55%
B = 43.11%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B66FDE (or 0xB66FDE) is known color: Medium Orchid. HEX triplet: B6, 6F and DE. RGB value is (182,111,222). Sum of RGB (Red+Green+Blue) = 182+111+222=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #B66FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FDE is #499021. Grayscale: #909090. Windows color (decimal): -4821026 or 14577590. OLE color: 14577590.

HSL color Cylindrical-coordinate representation of color #B66FDE: hue angle of 278.38º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66FDE is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 111 222 -
CMYK 0.18 0.5 0 0.13
HSL 278.38º 0.63% 0.65% -
HSV(B) 278.38º 0.5% 0.87% -
XYZ 38.16 26.59 72.23 -
YUV 144.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 182 111 222 0.18 0.5 0 0.13 278.38 0.63 0.65
Hex B6 6F DE 12 32 0 D 116 3F 41
Octal 266 157 336 22 62 0 15 426 77 101
Binary 10110110 1101111 11011110 10010 110010 0 1101 100010110 111111 1000001

Color Harmonies of #B66FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FDE

Black with #B66FDE

Text Example


Text Example

White with #B66FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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