Html Css Color HEX #B875EC Medium Orchid

📋 copy color: '#B875EC'

red 184 ◦ green 117 ◦ blue 236

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

Shades of Medium Orchid #B875EC

Tints of Medium Orchid #B875EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.79%

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

R = 34.26%
G = 21.79%
B = 43.95%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B875EC (or 0xB875EC) is known color: Medium Orchid. HEX triplet: B8, 75 and EC. RGB value is (184,117,236). Sum of RGB (Red+Green+Blue) = 184+117+236=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #B875EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875EC is #478A13. Grayscale: #969696. Windows color (decimal): -4688404 or 15496632. OLE color: 15496632.

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

Color convert

RGB 184 117 236 -
CMYK 0.22 0.50 0 0.07
HSL 273.78º 0.76% 0.69% -
HSV(B) 273.78º 0.5% 0.93% -
XYZ 41.27 28.97 82.77 -
YUV 150.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 184 117 236 0.22 0.50 0 0.07 273.78 0.76 0.69
Hex B8 75 EC 16 32 0 7 112 4C 45
Octal 270 165 354 26 62 0 7 422 114 105
Binary 10111000 1110101 11101100 10110 110010 0 111 100010010 1001100 1000101

Color Harmonies of #B875EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875EC

Black with #B875EC

Text Example


Text Example

White with #B875EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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