Html Css Color HEX #B064FB Medium Purple

📋 copy color: '#B064FB'

red 176 ◦ green 100 ◦ blue 251

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

Shades of Medium Purple #B064FB

Tints of Medium Purple #B064FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.98%

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 33.4%
G = 18.98%
B = 47.63%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B064FB (or 0xB064FB) is known color: Medium Purple. HEX triplet: B0, 64 and FB. RGB value is (176,100,251). Sum of RGB (Red+Green+Blue) = 176+100+251=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B064FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064FB is #4F9B04. Grayscale: #8B8B8B. Windows color (decimal): -5217029 or 16475312. OLE color: 16475312.

HSL color Cylindrical-coordinate representation of color #B064FB: hue angle of 270.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B064FB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 100 251 -
CMYK 0.30 0.60 0 0.02
HSL 270.2º 0.95% 0.69% -
HSV(B) 270.2º 0.6% 0.98% -
XYZ 39.87 25.31 94.05 -
YUV 139.94 190.68 153.72 -
System Red Green Blue C M Y K H S L
Decimal 176 100 251 0.30 0.60 0 0.02 270.2 0.95 0.69
Hex B0 64 FB 1E 3C 0 2 10E 5F 45
Octal 260 144 373 36 74 0 2 416 137 105
Binary 10110000 1100100 11111011 11110 111100 0 10 100001110 1011111 1000101

Color Harmonies of #B064FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064FB

Black with #B064FB

Text Example


Text Example

White with #B064FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064FB; }

 p { color: rgb(176,100,251); }

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

background-color css

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

 a { background-color: rgb(176,100,251); }

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

border-color css

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

 span { border-color: rgb(176,100,251); }

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