Html Css Color HEX #B872EC Medium Orchid

📋 copy color: '#B872EC'

red 184 ◦ green 114 ◦ blue 236

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

Shades of Medium Orchid #B872EC

Tints of Medium Orchid #B872EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 34.46%
G = 21.35%
B = 44.19%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B872EC (or 0xB872EC) is known color: Medium Orchid. HEX triplet: B8, 72 and EC. RGB value is (184,114,236). Sum of RGB (Red+Green+Blue) = 184+114+236=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #B872EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B872EC is #478D13. Grayscale: #949494. Windows color (decimal): -4689172 or 15495864. OLE color: 15495864.

HSL color Cylindrical-coordinate representation of color #B872EC: hue angle of 274.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B872EC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 114 236 -
CMYK 0.22 0.52 0 0.07
HSL 274.43º 0.76% 0.69% -
HSV(B) 274.43º 0.52% 0.93% -
XYZ 40.92 28.28 82.66 -
YUV 148.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 184 114 236 0.22 0.52 0 0.07 274.43 0.76 0.69
Hex B8 72 EC 16 34 0 7 112 4C 45
Octal 270 162 354 26 64 0 7 422 114 105
Binary 10111000 1110010 11101100 10110 110100 0 111 100010010 1001100 1000101

Color Harmonies of #B872EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872EC

Black with #B872EC

Text Example


Text Example

White with #B872EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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