Html Css Color HEX #B067FA Medium Purple

📋 copy color: '#B067FA'

red 176 ◦ green 103 ◦ blue 250

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

Shades of Medium Purple #B067FA

Tints of Medium Purple #B067FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.47%

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

R = 33.27%
G = 19.47%
B = 47.26%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B067FA (or 0xB067FA) is known color: Medium Purple. HEX triplet: B0, 67 and FA. RGB value is (176,103,250). Sum of RGB (Red+Green+Blue) = 176+103+250=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #B067FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067FA is #4F9805. Grayscale: #8D8D8D. Windows color (decimal): -5216262 or 16410544. OLE color: 16410544.

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

Color convert

RGB 176 103 250 -
CMYK 0.30 0.59 0 0.02
HSL 269.8º 0.94% 0.69% -
HSV(B) 269.8º 0.59% 0.98% -
XYZ 40.01 25.83 93.32 -
YUV 141.59 189.18 152.55 -
System Red Green Blue C M Y K H S L
Decimal 176 103 250 0.30 0.59 0 0.02 269.8 0.94 0.69
Hex B0 67 FA 1E 3B 0 2 10E 5E 45
Octal 260 147 372 36 73 0 2 416 136 105
Binary 10110000 1100111 11111010 11110 111011 0 10 100001110 1011110 1000101

Color Harmonies of #B067FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067FA

Black with #B067FA

Text Example


Text Example

White with #B067FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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