Html Css Color HEX #B067FC Medium Purple

📋 copy color: '#B067FC'

red 176 ◦ green 103 ◦ blue 252

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

Shades of Medium Purple #B067FC

Tints of Medium Purple #B067FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 33.15%
G = 19.4%
B = 47.46%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B067FC (or 0xB067FC) is known color: Medium Purple. HEX triplet: B0, 67 and FC. RGB value is (176,103,252). Sum of RGB (Red+Green+Blue) = 176+103+252=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #B067FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067FC is #4F9803. Grayscale: #8D8D8D. Windows color (decimal): -5216260 or 16541616. OLE color: 16541616.

HSL color Cylindrical-coordinate representation of color #B067FC: hue angle of 269.4º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B067FC is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 103 252 -
CMYK 0.30 0.59 0 0.01
HSL 269.4º 0.96% 0.7% -
HSV(B) 269.4º 0.59% 0.99% -
XYZ 40.33 25.96 94.98 -
YUV 141.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 176 103 252 0.30 0.59 0 0.01 269.4 0.96 0.7
Hex B0 67 FC 1E 3B 0 1 10D 60 46
Octal 260 147 374 36 73 0 1 415 140 106
Binary 10110000 1100111 11111100 11110 111011 0 1 100001101 1100000 1000110

Color Harmonies of #B067FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067FC

Black with #B067FC

Text Example


Text Example

White with #B067FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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