Html Css Color HEX #B872E5 Medium Orchid

📋 copy color: '#B872E5'

red 184 ◦ green 114 ◦ blue 229

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

Shades of Medium Orchid #B872E5

Tints of Medium Orchid #B872E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.63%

 BLUE value IS 229 (89.84% from 255) = 43.45%

R = 34.91%
G = 21.63%
B = 43.45%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B872E5 (or 0xB872E5) is known color: Medium Orchid. HEX triplet: B8, 72 and E5. RGB value is (184,114,229). Sum of RGB (Red+Green+Blue) = 184+114+229=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #B872E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872E5 is #478D1A. Grayscale: #939393. Windows color (decimal): -4689179 or 15037112. OLE color: 15037112.

HSL color Cylindrical-coordinate representation of color #B872E5: hue angle of 276.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B872E5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 114 229 -
CMYK 0.20 0.50 0 0.10
HSL 276.52º 0.69% 0.67% -
HSV(B) 276.52º 0.5% 0.9% -
XYZ 39.93 27.88 77.41 -
YUV 148.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 184 114 229 0.20 0.50 0 0.10 276.52 0.69 0.67
Hex B8 72 E5 14 32 0 A 115 45 43
Octal 270 162 345 24 62 0 12 425 105 103
Binary 10111000 1110010 11100101 10100 110010 0 1010 100010101 1000101 1000011

Color Harmonies of #B872E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872E5

Black with #B872E5

Text Example


Text Example

White with #B872E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872E5; }

 p { color: rgb(184,114,229); }

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

background-color css

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

 a { background-color: rgb(184,114,229); }

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

border-color css

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

 span { border-color: rgb(184,114,229); }

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