Html Css Color HEX #B866CD Medium Orchid

📋 copy color: '#B866CD'

red 184 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #B866CD

Tints of Medium Orchid #B866CD

RGB

 RED value IS 184 (72.27% from 255) = 37.47%

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 37.47%
G = 20.77%
B = 41.75%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B866CD (or 0xB866CD) is known color: Medium Orchid. HEX triplet: B8, 66 and CD. RGB value is (184,102,205). Sum of RGB (Red+Green+Blue) = 184+102+205=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B866CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B866CD is #479932. Grayscale: #898989. Windows color (decimal): -4692275 or 13461176. OLE color: 13461176.

HSL color Cylindrical-coordinate representation of color #B866CD: hue angle of 287.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B866CD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 102 205 -
CMYK 0.10 0.50 0 0.20
HSL 287.77º 0.51% 0.6% -
HSV(B) 287.77º 0.5% 0.8% -
XYZ 35.54 24.1 60.54 -
YUV 138.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 184 102 205 0.10 0.50 0 0.20 287.77 0.51 0.6
Hex B8 66 CD A 32 0 14 120 33 3C
Octal 270 146 315 12 62 0 24 440 63 74
Binary 10111000 1100110 11001101 1010 110010 0 10100 100100000 110011 111100

Color Harmonies of #B866CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B866CD

Black with #B866CD

Text Example


Text Example

White with #B866CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B866CD; }

 p { color: rgb(184,102,205); }

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

background-color css

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

 a { background-color: rgb(184,102,205); }

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

border-color css

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

 span { border-color: rgb(184,102,205); }

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