Html Css Color HEX #B854E1 Medium Orchid

📋 copy color: '#B854E1'

red 184 ◦ green 84 ◦ blue 225

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

Shades of Medium Orchid #B854E1

Tints of Medium Orchid #B854E1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.04%

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 37.32%
G = 17.04%
B = 45.64%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B854E1 (or 0xB854E1) is known color: Medium Orchid. HEX triplet: B8, 54 and E1. RGB value is (184,84,225). Sum of RGB (Red+Green+Blue) = 184+84+225=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #B854E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854E1 is #47AB1E. Grayscale: #818181. Windows color (decimal): -4696863 or 14767288. OLE color: 14767288.

HSL color Cylindrical-coordinate representation of color #B854E1: hue angle of 282.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B854E1 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 84 225 -
CMYK 0.18 0.63 0 0.12
HSL 282.55º 0.7% 0.61% -
HSV(B) 282.55º 0.63% 0.88% -
XYZ 36.53 21.97 73.55 -
YUV 129.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 184 84 225 0.18 0.63 0 0.12 282.55 0.7 0.61
Hex B8 54 E1 12 3F 0 C 11B 46 3D
Octal 270 124 341 22 77 0 14 433 106 75
Binary 10111000 1010100 11100001 10010 111111 0 1100 100011011 1000110 111101

Color Harmonies of #B854E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854E1

Black with #B854E1

Text Example


Text Example

White with #B854E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854E1; }

 p { color: rgb(184,84,225); }

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

background-color css

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

 a { background-color: rgb(184,84,225); }

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

border-color css

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

 span { border-color: rgb(184,84,225); }

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