Html Css Color HEX #B378ED Medium Purple

📋 copy color: '#B378ED'

red 179 ◦ green 120 ◦ blue 237

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

Shades of Medium Purple #B378ED

Tints of Medium Purple #B378ED

RGB

 RED value IS 179 (70.31% from 255) = 33.4%

 GREEN value IS 120 (47.27% from 255) = 22.39%

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

R = 33.4%
G = 22.39%
B = 44.22%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B378ED (or 0xB378ED) is known color: Medium Purple. HEX triplet: B3, 78 and ED. RGB value is (179,120,237). Sum of RGB (Red+Green+Blue) = 179+120+237=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #B378ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B378ED is #4C8712. Grayscale: #969696. Windows color (decimal): -5015315 or 15562931. OLE color: 15562931.

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

Color convert

RGB 179 120 237 -
CMYK 0.24 0.49 0 0.07
HSL 270.26º 0.76% 0.7% -
HSV(B) 270.26º 0.49% 0.93% -
XYZ 40.59 29.13 83.6 -
YUV 150.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 179 120 237 0.24 0.49 0 0.07 270.26 0.76 0.7
Hex B3 78 ED 18 31 0 7 10E 4C 46
Octal 263 170 355 30 61 0 7 416 114 106
Binary 10110011 1111000 11101101 11000 110001 0 111 100001110 1001100 1000110

Color Harmonies of #B378ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378ED

Black with #B378ED

Text Example


Text Example

White with #B378ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378ED; }

 p { color: rgb(179,120,237); }

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

background-color css

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

 a { background-color: rgb(179,120,237); }

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

border-color css

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

 span { border-color: rgb(179,120,237); }

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