Html Css Color HEX #B072FF Medium Purple

📋 copy color: '#B072FF'

red 176 ◦ green 114 ◦ blue 255

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

Shades of Medium Purple #B072FF

Tints of Medium Purple #B072FF

RGB

 RED value IS 176 (69.14% from 255) = 32.29%

 GREEN value IS 114 (44.92% from 255) = 20.92%

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

R = 32.29%
G = 20.92%
B = 46.79%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B072FF (or 0xB072FF) is known color: Medium Purple. HEX triplet: B0, 72 and FF. RGB value is (176,114,255). Sum of RGB (Red+Green+Blue) = 176+114+255=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #B072FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B072FF is #4F8D00. Grayscale: #949494. Windows color (decimal): -5213441 or 16741040. OLE color: 16741040.

HSL color Cylindrical-coordinate representation of color #B072FF: hue angle of 266.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B072FF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 114 255 -
CMYK 0.31 0.55 0 0
HSL 266.38º 1% 0.72% -
HSV(B) 266.38º 0.55% 1% -
XYZ 41.97 28.48 97.89 -
YUV 148.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 176 114 255 0.31 0.55 0 0 266.38 1 0.72
Hex B0 72 FF 1F 37 0 0 10A 64 48
Octal 260 162 377 37 67 0 0 412 144 110
Binary 10110000 1110010 11111111 11111 110111 0 0 100001010 1100100 1001000

Color Harmonies of #B072FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B072FF

Black with #B072FF

Text Example


Text Example

White with #B072FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B072FF; }

 p { color: rgb(176,114,255); }

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

background-color css

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

 a { background-color: rgb(176,114,255); }

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

border-color css

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

 span { border-color: rgb(176,114,255); }

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