Html Css Color HEX #B067F6 Medium Purple

📋 copy color: '#B067F6'

red 176 ◦ green 103 ◦ blue 246

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

Shades of Medium Purple #B067F6

Tints of Medium Purple #B067F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.86%

R = 33.52%
G = 19.62%
B = 46.86%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B067F6 (or 0xB067F6) is known color: Medium Purple. HEX triplet: B0, 67 and F6. RGB value is (176,103,246). Sum of RGB (Red+Green+Blue) = 176+103+246=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #B067F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067F6 is #4F9809. Grayscale: #8C8C8C. Windows color (decimal): -5216266 or 16148400. OLE color: 16148400.

HSL color Cylindrical-coordinate representation of color #B067F6: hue angle of 270.63º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B067F6 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 103 246 -
CMYK 0.28 0.58 0 0.04
HSL 270.63º 0.89% 0.68% -
HSV(B) 270.63º 0.58% 0.96% -
XYZ 39.39 25.58 90.05 -
YUV 141.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 176 103 246 0.28 0.58 0 0.04 270.63 0.89 0.68
Hex B0 67 F6 1C 3A 0 4 10F 59 44
Octal 260 147 366 34 72 0 4 417 131 104
Binary 10110000 1100111 11110110 11100 111010 0 100 100001111 1011001 1000100

Color Harmonies of #B067F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067F6

Black with #B067F6

Text Example


Text Example

White with #B067F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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