Html Css Color HEX #B66ADF Medium Orchid

📋 copy color: '#B66ADF'

red 182 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #B66ADF

Tints of Medium Orchid #B66ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.74%

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

R = 35.62%
G = 20.74%
B = 43.64%

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

#B66ADF (or 0xB66ADF) is known color: Medium Orchid. HEX triplet: B6, 6A and DF. RGB value is (182,106,223). Sum of RGB (Red+Green+Blue) = 182+106+223=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B66ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ADF is #499520. Grayscale: #8D8D8D. Windows color (decimal): -4822305 or 14641846. OLE color: 14641846.

HSL color Cylindrical-coordinate representation of color #B66ADF: hue angle of 278.97º degrees, saturation: 0.65, 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 #B66ADF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 106 223 -
CMYK 0.18 0.52 0 0.13
HSL 278.97º 0.65% 0.65% -
HSV(B) 278.97º 0.52% 0.87% -
XYZ 37.76 25.58 72.76 -
YUV 142.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 182 106 223 0.18 0.52 0 0.13 278.97 0.65 0.65
Hex B6 6A DF 12 34 0 D 117 41 41
Octal 266 152 337 22 64 0 15 427 101 101
Binary 10110110 1101010 11011111 10010 110100 0 1101 100010111 1000001 1000001

Color Harmonies of #B66ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ADF

Black with #B66ADF

Text Example


Text Example

White with #B66ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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