Html Css Color HEX #B063FF Medium Purple

📋 copy color: '#B063FF'

red 176 ◦ green 99 ◦ blue 255

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

Shades of Medium Purple #B063FF

Tints of Medium Purple #B063FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.68%

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

R = 33.21%
G = 18.68%
B = 48.11%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B063FF (or 0xB063FF) is known color: Medium Purple. HEX triplet: B0, 63 and FF. RGB value is (176,99,255). Sum of RGB (Red+Green+Blue) = 176+99+255=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B063FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063FF is #4F9C00. Grayscale: #8B8B8B. Windows color (decimal): -5217281 or 16737200. OLE color: 16737200.

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

Color convert

RGB 176 99 255 -
CMYK 0.31 0.61 0 0
HSL 269.62º 1% 0.69% -
HSV(B) 269.62º 0.61% 1% -
XYZ 40.42 25.37 97.38 -
YUV 139.81 193.01 153.82 -
System Red Green Blue C M Y K H S L
Decimal 176 99 255 0.31 0.61 0 0 269.62 1 0.69
Hex B0 63 FF 1F 3D 0 0 10E 64 45
Octal 260 143 377 37 75 0 0 416 144 105
Binary 10110000 1100011 11111111 11111 111101 0 0 100001110 1100100 1000101

Color Harmonies of #B063FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063FF

Black with #B063FF

Text Example


Text Example

White with #B063FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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