Html Css Color HEX #B85DE9 Medium Orchid

📋 copy color: '#B85DE9'

red 184 ◦ green 93 ◦ blue 233

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

Shades of Medium Orchid #B85DE9

Tints of Medium Orchid #B85DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 36.08%
G = 18.24%
B = 45.69%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B85DE9 (or 0xB85DE9) is known color: Medium Orchid. HEX triplet: B8, 5D and E9. RGB value is (184,93,233). Sum of RGB (Red+Green+Blue) = 184+93+233=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #B85DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85DE9 is #47A216. Grayscale: #878787. Windows color (decimal): -4694551 or 15293880. OLE color: 15293880.

HSL color Cylindrical-coordinate representation of color #B85DE9: hue angle of 279º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85DE9 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 93 233 -
CMYK 0.21 0.60 0 0.09
HSL 279º 0.76% 0.64% -
HSV(B) 279º 0.6% 0.91% -
XYZ 38.39 23.9 79.68 -
YUV 136.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 184 93 233 0.21 0.60 0 0.09 279 0.76 0.64
Hex B8 5D E9 15 3C 0 9 117 4C 40
Octal 270 135 351 25 74 0 11 427 114 100
Binary 10111000 1011101 11101001 10101 111100 0 1001 100010111 1001100 1000000

Color Harmonies of #B85DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85DE9

Black with #B85DE9

Text Example


Text Example

White with #B85DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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