Html Css Color HEX #B66BDF Medium Orchid

📋 copy color: '#B66BDF'

red 182 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #B66BDF

Tints of Medium Orchid #B66BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 35.55%
G = 20.9%
B = 43.55%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B66BDF (or 0xB66BDF) is known color: Medium Orchid. HEX triplet: B6, 6B and DF. RGB value is (182,107,223). Sum of RGB (Red+Green+Blue) = 182+107+223=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #B66BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66BDF is #499420. Grayscale: #8E8E8E. Windows color (decimal): -4822049 or 14642102. OLE color: 14642102.

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

Color convert

RGB 182 107 223 -
CMYK 0.18 0.52 0 0.13
HSL 278.79º 0.64% 0.65% -
HSV(B) 278.79º 0.52% 0.87% -
XYZ 37.87 25.79 72.79 -
YUV 142.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 182 107 223 0.18 0.52 0 0.13 278.79 0.64 0.65
Hex B6 6B DF 12 34 0 D 117 40 41
Octal 266 153 337 22 64 0 15 427 100 101
Binary 10110110 1101011 11011111 10010 110100 0 1101 100010111 1000000 1000001

Color Harmonies of #B66BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BDF

Black with #B66BDF

Text Example


Text Example

White with #B66BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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