Html Css Color HEX #B85BE7 Medium Orchid

📋 copy color: '#B85BE7'

red 184 ◦ green 91 ◦ blue 231

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

Shades of Medium Orchid #B85BE7

Tints of Medium Orchid #B85BE7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.98%

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

R = 36.36%
G = 17.98%
B = 45.65%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B85BE7 (or 0xB85BE7) is known color: Medium Orchid. HEX triplet: B8, 5B and E7. RGB value is (184,91,231). Sum of RGB (Red+Green+Blue) = 184+91+231=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #B85BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BE7 is #47A418. Grayscale: #868686. Windows color (decimal): -4695065 or 15162296. OLE color: 15162296.

HSL color Cylindrical-coordinate representation of color #B85BE7: hue angle of 279.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85BE7 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 91 231 -
CMYK 0.20 0.61 0 0.09
HSL 279.86º 0.74% 0.63% -
HSV(B) 279.86º 0.61% 0.91% -
XYZ 37.93 23.44 78.13 -
YUV 134.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 184 91 231 0.20 0.61 0 0.09 279.86 0.74 0.63
Hex B8 5B E7 14 3D 0 9 118 4A 3F
Octal 270 133 347 24 75 0 11 430 112 77
Binary 10111000 1011011 11100111 10100 111101 0 1001 100011000 1001010 111111

Color Harmonies of #B85BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BE7

Black with #B85BE7

Text Example


Text Example

White with #B85BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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