Html Css Color HEX #B380FF Medium Purple

📋 copy color: '#B380FF'

red 179 ◦ green 128 ◦ blue 255

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

Shades of Medium Purple #B380FF

Tints of Medium Purple #B380FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 31.85%
G = 22.78%
B = 45.37%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B380FF (or 0xB380FF) is known color: Medium Purple. HEX triplet: B3, 80 and FF. RGB value is (179,128,255). Sum of RGB (Red+Green+Blue) = 179+128+255=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #B380FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B380FF is #4C7F00. Grayscale: #9D9D9D. Windows color (decimal): -5013249 or 16744627. OLE color: 16744627.

HSL color Cylindrical-coordinate representation of color #B380FF: hue angle of 264.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B380FF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 128 255 -
CMYK 0.30 0.50 0 0
HSL 264.09º 1% 0.75% -
HSV(B) 264.09º 0.5% 1% -
XYZ 44.36 32.24 98.49 -
YUV 157.73 182.9 143.17 -
System Red Green Blue C M Y K H S L
Decimal 179 128 255 0.30 0.50 0 0 264.09 1 0.75
Hex B3 80 FF 1E 32 0 0 108 64 4B
Octal 263 200 377 36 62 0 0 410 144 113
Binary 10110011 10000000 11111111 11110 110010 0 0 100001000 1100100 1001011

Color Harmonies of #B380FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380FF

Black with #B380FF

Text Example


Text Example

White with #B380FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380FF; }

 p { color: rgb(179,128,255); }

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

background-color css

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

 a { background-color: rgb(179,128,255); }

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

border-color css

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

 span { border-color: rgb(179,128,255); }

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