Html Css Color HEX #B85EE7 Medium Orchid

📋 copy color: '#B85EE7'

red 184 ◦ green 94 ◦ blue 231

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

Shades of Medium Orchid #B85EE7

Tints of Medium Orchid #B85EE7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.47%

 BLUE value IS 231 (90.63% from 255) = 45.38%

R = 36.15%
G = 18.47%
B = 45.38%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B85EE7 (or 0xB85EE7) is known color: Medium Orchid. HEX triplet: B8, 5E and E7. RGB value is (184,94,231). Sum of RGB (Red+Green+Blue) = 184+94+231=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #B85EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EE7 is #47A118. Grayscale: #888888. Windows color (decimal): -4694297 or 15163064. OLE color: 15163064.

HSL color Cylindrical-coordinate representation of color #B85EE7: hue angle of 279.42º degrees, saturation: 0.74, 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 #B85EE7 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 94 231 -
CMYK 0.20 0.59 0 0.09
HSL 279.42º 0.74% 0.64% -
HSV(B) 279.42º 0.59% 0.91% -
XYZ 38.19 23.97 78.21 -
YUV 136.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 184 94 231 0.20 0.59 0 0.09 279.42 0.74 0.64
Hex B8 5E E7 14 3B 0 9 117 4A 40
Octal 270 136 347 24 73 0 11 427 112 100
Binary 10111000 1011110 11100111 10100 111011 0 1001 100010111 1001010 1000000

Color Harmonies of #B85EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EE7

Black with #B85EE7

Text Example


Text Example

White with #B85EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EE7; }

 p { color: rgb(184,94,231); }

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

background-color css

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

 a { background-color: rgb(184,94,231); }

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

border-color css

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

 span { border-color: rgb(184,94,231); }

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