Html Css Color HEX #B85FE9 Medium Orchid

📋 copy color: '#B85FE9'

red 184 ◦ green 95 ◦ blue 233

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

Shades of Medium Orchid #B85FE9

Tints of Medium Orchid #B85FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.55%

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

R = 35.94%
G = 18.55%
B = 45.51%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B85FE9 (or 0xB85FE9) is known color: Medium Orchid. HEX triplet: B8, 5F and E9. RGB value is (184,95,233). Sum of RGB (Red+Green+Blue) = 184+95+233=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #B85FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FE9 is #47A016. Grayscale: #888888. Windows color (decimal): -4694039 or 15294392. OLE color: 15294392.

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

Color convert

RGB 184 95 233 -
CMYK 0.21 0.59 0 0.09
HSL 278.7º 0.76% 0.64% -
HSV(B) 278.7º 0.59% 0.91% -
XYZ 38.57 24.26 79.74 -
YUV 137.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 184 95 233 0.21 0.59 0 0.09 278.7 0.76 0.64
Hex B8 5F E9 15 3B 0 9 117 4C 40
Octal 270 137 351 25 73 0 11 427 114 100
Binary 10111000 1011111 11101001 10101 111011 0 1001 100010111 1001100 1000000

Color Harmonies of #B85FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FE9

Black with #B85FE9

Text Example


Text Example

White with #B85FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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