Html Css Color HEX #B872EA Medium Orchid

📋 copy color: '#B872EA'

red 184 ◦ green 114 ◦ blue 234

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

Shades of Medium Orchid #B872EA

Tints of Medium Orchid #B872EA

RGB

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

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

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

R = 34.59%
G = 21.43%
B = 43.98%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B872EA (or 0xB872EA) is known color: Medium Orchid. HEX triplet: B8, 72 and EA. RGB value is (184,114,234). Sum of RGB (Red+Green+Blue) = 184+114+234=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #B872EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B872EA is #478D15. Grayscale: #949494. Windows color (decimal): -4689174 or 15364792. OLE color: 15364792.

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

Color convert

RGB 184 114 234 -
CMYK 0.21 0.51 0 0.08
HSL 275º 0.74% 0.68% -
HSV(B) 275º 0.51% 0.92% -
XYZ 40.64 28.17 81.14 -
YUV 148.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 184 114 234 0.21 0.51 0 0.08 275 0.74 0.68
Hex B8 72 EA 15 33 0 8 113 4A 44
Octal 270 162 352 25 63 0 10 423 112 104
Binary 10111000 1110010 11101010 10101 110011 0 1000 100010011 1001010 1000100

Color Harmonies of #B872EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872EA

Black with #B872EA

Text Example


Text Example

White with #B872EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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