Html Css Color HEX #B872ED Medium Orchid

📋 copy color: '#B872ED'

red 184 ◦ green 114 ◦ blue 237

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

Shades of Medium Orchid #B872ED

Tints of Medium Orchid #B872ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 34.39%
G = 21.31%
B = 44.3%

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

#B872ED (or 0xB872ED) is known color: Medium Orchid. HEX triplet: B8, 72 and ED. RGB value is (184,114,237). Sum of RGB (Red+Green+Blue) = 184+114+237=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #B872ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B872ED is #478D12. Grayscale: #949494. Windows color (decimal): -4689171 or 15561400. OLE color: 15561400.

HSL color Cylindrical-coordinate representation of color #B872ED: hue angle of 274.15º degrees, saturation: 0.77, 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 #B872ED is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 114 237 -
CMYK 0.22 0.52 0 0.07
HSL 274.15º 0.77% 0.69% -
HSV(B) 274.15º 0.52% 0.93% -
XYZ 41.07 28.34 83.43 -
YUV 148.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 184 114 237 0.22 0.52 0 0.07 274.15 0.77 0.69
Hex B8 72 ED 16 34 0 7 112 4D 45
Octal 270 162 355 26 64 0 7 422 115 105
Binary 10111000 1110010 11101101 10110 110100 0 111 100010010 1001101 1000101

Color Harmonies of #B872ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872ED

Black with #B872ED

Text Example


Text Example

White with #B872ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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