Html Css Color HEX #B85DCA Medium Orchid

📋 copy color: '#B85DCA'

red 184 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #B85DCA

Tints of Medium Orchid #B85DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 38.41%
G = 19.42%
B = 42.17%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B85DCA (or 0xB85DCA) is known color: Medium Orchid. HEX triplet: B8, 5D and CA. RGB value is (184,93,202). Sum of RGB (Red+Green+Blue) = 184+93+202=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #B85DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DCA is #47A235. Grayscale: #848484. Windows color (decimal): -4694582 or 13262264. OLE color: 13262264.

HSL color Cylindrical-coordinate representation of color #B85DCA: hue angle of 290.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85DCA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 93 202 -
CMYK 0.09 0.54 0 0.21
HSL 290.09º 0.51% 0.58% -
HSV(B) 290.09º 0.54% 0.79% -
XYZ 34.34 22.28 58.37 -
YUV 132.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 184 93 202 0.09 0.54 0 0.21 290.09 0.51 0.58
Hex B8 5D CA 9 36 0 15 122 33 3A
Octal 270 135 312 11 66 0 25 442 63 72
Binary 10111000 1011101 11001010 1001 110110 0 10101 100100010 110011 111010

Color Harmonies of #B85DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85DCA

Black with #B85DCA

Text Example


Text Example

White with #B85DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85DCA; }

 p { color: rgb(184,93,202); }

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

background-color css

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

 a { background-color: rgb(184,93,202); }

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

border-color css

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

 span { border-color: rgb(184,93,202); }

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