Html Css Color HEX #B378FC Medium Purple

📋 copy color: '#B378FC'

red 179 ◦ green 120 ◦ blue 252

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

Shades of Medium Purple #B378FC

Tints of Medium Purple #B378FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 32.49%
G = 21.78%
B = 45.74%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B378FC (or 0xB378FC) is known color: Medium Purple. HEX triplet: B3, 78 and FC. RGB value is (179,120,252). Sum of RGB (Red+Green+Blue) = 179+120+252=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #B378FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B378FC is #4C8703. Grayscale: #989898. Windows color (decimal): -5015300 or 16545971. OLE color: 16545971.

HSL color Cylindrical-coordinate representation of color #B378FC: hue angle of 266.82º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B378FC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 120 252 -
CMYK 0.29 0.52 0 0.01
HSL 266.82º 0.96% 0.73% -
HSV(B) 266.82º 0.52% 0.99% -
XYZ 42.88 30.04 95.63 -
YUV 152.69 184.05 146.77 -
System Red Green Blue C M Y K H S L
Decimal 179 120 252 0.29 0.52 0 0.01 266.82 0.96 0.73
Hex B3 78 FC 1D 34 0 1 10B 60 49
Octal 263 170 374 35 64 0 1 413 140 111
Binary 10110011 1111000 11111100 11101 110100 0 1 100001011 1100000 1001001

Color Harmonies of #B378FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B378FC

Black with #B378FC

Text Example


Text Example

White with #B378FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B378FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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