Html Css Color HEX #B666D7 Medium Orchid

📋 copy color: '#B666D7'

red 182 ◦ green 102 ◦ blue 215

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

Shades of Medium Orchid #B666D7

Tints of Medium Orchid #B666D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 36.47%
G = 20.44%
B = 43.09%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B666D7 (or 0xB666D7) is known color: Medium Orchid. HEX triplet: B6, 66 and D7. RGB value is (182,102,215). Sum of RGB (Red+Green+Blue) = 182+102+215=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #B666D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666D7 is #499928. Grayscale: #8A8A8A. Windows color (decimal): -4823337 or 14116534. OLE color: 14116534.

HSL color Cylindrical-coordinate representation of color #B666D7: hue angle of 282.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B666D7 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 102 215 -
CMYK 0.15 0.53 0 0.16
HSL 282.48º 0.59% 0.62% -
HSV(B) 282.48º 0.53% 0.84% -
XYZ 36.31 24.35 67.08 -
YUV 138.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 182 102 215 0.15 0.53 0 0.16 282.48 0.59 0.62
Hex B6 66 D7 F 35 0 10 11A 3B 3E
Octal 266 146 327 17 65 0 20 432 73 76
Binary 10110110 1100110 11010111 1111 110101 0 10000 100011010 111011 111110

Color Harmonies of #B666D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666D7

Black with #B666D7

Text Example


Text Example

White with #B666D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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