Html Css Color HEX #B064FA Medium Purple

📋 copy color: '#B064FA'

red 176 ◦ green 100 ◦ blue 250

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

Shades of Medium Purple #B064FA

Tints of Medium Purple #B064FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 33.46%
G = 19.01%
B = 47.53%

CMYK

 C value IS 0.30

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B064FA (or 0xB064FA) is known color: Medium Purple. HEX triplet: B0, 64 and FA. RGB value is (176,100,250). Sum of RGB (Red+Green+Blue) = 176+100+250=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #B064FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064FA is #4F9B05. Grayscale: #8B8B8B. Windows color (decimal): -5217030 or 16409776. OLE color: 16409776.

HSL color Cylindrical-coordinate representation of color #B064FA: hue angle of 270.4º degrees, saturation: 0.94, 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 #B064FA is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 100 250 -
CMYK 0.30 0.6 0 0.02
HSL 270.4º 0.94% 0.69% -
HSV(B) 270.4º 0.6% 0.98% -
XYZ 39.72 25.25 93.22 -
YUV 139.82 190.18 153.8 -
System Red Green Blue C M Y K H S L
Decimal 176 100 250 0.30 0.6 0 0.02 270.4 0.94 0.69
Hex B0 64 FA 1E 3C 0 2 10E 5E 45
Octal 260 144 372 36 74 0 2 416 136 105
Binary 10110000 1100100 11111010 11110 111100 0 10 100001110 1011110 1000101

Color Harmonies of #B064FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064FA

Black with #B064FA

Text Example


Text Example

White with #B064FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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