Html Css Color HEX #B66CDF Medium Orchid

📋 copy color: '#B66CDF'

red 182 ◦ green 108 ◦ blue 223

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

Shades of Medium Orchid #B66CDF

Tints of Medium Orchid #B66CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

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

R = 35.48%
G = 21.05%
B = 43.47%

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

#B66CDF (or 0xB66CDF) is known color: Medium Orchid. HEX triplet: B6, 6C and DF. RGB value is (182,108,223). Sum of RGB (Red+Green+Blue) = 182+108+223=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B66CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CDF is #499320. Grayscale: #8E8E8E. Windows color (decimal): -4821793 or 14642358. OLE color: 14642358.

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

Color convert

RGB 182 108 223 -
CMYK 0.18 0.52 0 0.13
HSL 278.61º 0.64% 0.65% -
HSV(B) 278.61º 0.52% 0.87% -
XYZ 37.97 26 72.83 -
YUV 143.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 182 108 223 0.18 0.52 0 0.13 278.61 0.64 0.65
Hex B6 6C DF 12 34 0 D 117 40 41
Octal 266 154 337 22 64 0 15 427 100 101
Binary 10110110 1101100 11011111 10010 110100 0 1101 100010111 1000000 1000001

Color Harmonies of #B66CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CDF

Black with #B66CDF

Text Example


Text Example

White with #B66CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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