Html Css Color HEX #B875ED Medium Purple

📋 copy color: '#B875ED'

red 184 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #B875ED

Tints of Medium Purple #B875ED

RGB

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

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

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

R = 34.2%
G = 21.75%
B = 44.05%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B875ED (or 0xB875ED) is known color: Medium Purple. HEX triplet: B8, 75 and ED. RGB value is (184,117,237). Sum of RGB (Red+Green+Blue) = 184+117+237=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #B875ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875ED is #478A12. Grayscale: #969696. Windows color (decimal): -4688403 or 15562168. OLE color: 15562168.

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

Color convert

RGB 184 117 237 -
CMYK 0.22 0.51 0 0.07
HSL 273.5º 0.77% 0.69% -
HSV(B) 273.5º 0.51% 0.93% -
XYZ 41.41 29.03 83.54 -
YUV 150.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 184 117 237 0.22 0.51 0 0.07 273.5 0.77 0.69
Hex B8 75 ED 16 33 0 7 112 4D 45
Octal 270 165 355 26 63 0 7 422 115 105
Binary 10111000 1110101 11101101 10110 110011 0 111 100010010 1001101 1000101

Color Harmonies of #B875ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B875ED

Black with #B875ED

Text Example


Text Example

White with #B875ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B875ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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