Html Css Color HEX #B872EB Medium Orchid

📋 copy color: '#B872EB'

red 184 ◦ green 114 ◦ blue 235

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

Shades of Medium Orchid #B872EB

Tints of Medium Orchid #B872EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 34.52%
G = 21.39%
B = 44.09%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B872EB (or 0xB872EB) is known color: Medium Orchid. HEX triplet: B8, 72 and EB. RGB value is (184,114,235). Sum of RGB (Red+Green+Blue) = 184+114+235=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #B872EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B872EB is #478D14. Grayscale: #949494. Windows color (decimal): -4689173 or 15430328. OLE color: 15430328.

HSL color Cylindrical-coordinate representation of color #B872EB: hue angle of 274.71º degrees, saturation: 0.75, 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 #B872EB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 114 235 -
CMYK 0.22 0.51 0 0.08
HSL 274.71º 0.75% 0.68% -
HSV(B) 274.71º 0.51% 0.92% -
XYZ 40.78 28.22 81.9 -
YUV 148.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 184 114 235 0.22 0.51 0 0.08 274.71 0.75 0.68
Hex B8 72 EB 16 33 0 8 113 4B 44
Octal 270 162 353 26 63 0 10 423 113 104
Binary 10111000 1110010 11101011 10110 110011 0 1000 100010011 1001011 1000100

Color Harmonies of #B872EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872EB

Black with #B872EB

Text Example


Text Example

White with #B872EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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