Html Css Color HEX #B666DF Medium Orchid

📋 copy color: '#B666DF'

red 182 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #B666DF

Tints of Medium Orchid #B666DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 35.9%
G = 20.12%
B = 43.98%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B666DF (or 0xB666DF) is known color: Medium Orchid. HEX triplet: B6, 66 and DF. RGB value is (182,102,223). Sum of RGB (Red+Green+Blue) = 182+102+223=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B666DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666DF is #499920. Grayscale: #8B8B8B. Windows color (decimal): -4823329 or 14640822. OLE color: 14640822.

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

Color convert

RGB 182 102 223 -
CMYK 0.18 0.54 0 0.13
HSL 279.67º 0.65% 0.64% -
HSV(B) 279.67º 0.54% 0.87% -
XYZ 37.36 24.78 72.63 -
YUV 139.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 182 102 223 0.18 0.54 0 0.13 279.67 0.65 0.64
Hex B6 66 DF 12 36 0 D 118 41 40
Octal 266 146 337 22 66 0 15 430 101 100
Binary 10110110 1100110 11011111 10010 110110 0 1101 100011000 1000001 1000000

Color Harmonies of #B666DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666DF

Black with #B666DF

Text Example


Text Example

White with #B666DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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