Html Css Color HEX #B067FF Medium Purple

📋 copy color: '#B067FF'

red 176 ◦ green 103 ◦ blue 255

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

Shades of Medium Purple #B067FF

Tints of Medium Purple #B067FF

RGB

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

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

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

R = 32.96%
G = 19.29%
B = 47.75%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B067FF (or 0xB067FF) is known color: Medium Purple. HEX triplet: B0, 67 and FF. RGB value is (176,103,255). Sum of RGB (Red+Green+Blue) = 176+103+255=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #B067FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067FF is #4F9800. Grayscale: #8D8D8D. Windows color (decimal): -5216257 or 16738224. OLE color: 16738224.

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

Color convert

RGB 176 103 255 -
CMYK 0.31 0.60 0 0
HSL 268.82º 1% 0.7% -
HSV(B) 268.82º 0.6% 1% -
XYZ 40.8 26.15 97.5 -
YUV 142.16 191.68 152.14 -
System Red Green Blue C M Y K H S L
Decimal 176 103 255 0.31 0.60 0 0 268.82 1 0.7
Hex B0 67 FF 1F 3C 0 0 10D 64 46
Octal 260 147 377 37 74 0 0 415 144 106
Binary 10110000 1100111 11111111 11111 111100 0 0 100001101 1100100 1000110

Color Harmonies of #B067FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067FF

Black with #B067FF

Text Example


Text Example

White with #B067FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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