Html Css Color HEX #B85BEA Medium Orchid

📋 copy color: '#B85BEA'

red 184 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #B85BEA

Tints of Medium Orchid #B85BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 36.15%
G = 17.88%
B = 45.97%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B85BEA (or 0xB85BEA) is known color: Medium Orchid. HEX triplet: B8, 5B and EA. RGB value is (184,91,234). Sum of RGB (Red+Green+Blue) = 184+91+234=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #B85BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85BEA is #47A415. Grayscale: #868686. Windows color (decimal): -4695062 or 15358904. OLE color: 15358904.

HSL color Cylindrical-coordinate representation of color #B85BEA: hue angle of 279.02º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85BEA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 91 234 -
CMYK 0.21 0.61 0 0.08
HSL 279.02º 0.77% 0.64% -
HSV(B) 279.02º 0.61% 0.92% -
XYZ 38.36 23.61 80.38 -
YUV 135.11 183.81 162.87 -
System Red Green Blue C M Y K H S L
Decimal 184 91 234 0.21 0.61 0 0.08 279.02 0.77 0.64
Hex B8 5B EA 15 3D 0 8 117 4D 40
Octal 270 133 352 25 75 0 10 427 115 100
Binary 10111000 1011011 11101010 10101 111101 0 1000 100010111 1001101 1000000

Color Harmonies of #B85BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BEA

Black with #B85BEA

Text Example


Text Example

White with #B85BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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