Html Css Color HEX #B06CF8 Medium Purple

📋 copy color: '#B06CF8'

red 176 ◦ green 108 ◦ blue 248

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

Shades of Medium Purple #B06CF8

Tints of Medium Purple #B06CF8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 33.08%
G = 20.3%
B = 46.62%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B06CF8 (or 0xB06CF8) is known color: Medium Purple. HEX triplet: B0, 6C and F8. RGB value is (176,108,248). Sum of RGB (Red+Green+Blue) = 176+108+248=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #B06CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CF8 is #4F9307. Grayscale: #8F8F8F. Windows color (decimal): -5214984 or 16280752. OLE color: 16280752.

HSL color Cylindrical-coordinate representation of color #B06CF8: hue angle of 269.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06CF8 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 108 248 -
CMYK 0.29 0.56 0 0.03
HSL 269.14º 0.91% 0.7% -
HSV(B) 269.14º 0.56% 0.97% -
XYZ 40.21 26.73 91.85 -
YUV 144.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 176 108 248 0.29 0.56 0 0.03 269.14 0.91 0.7
Hex B0 6C F8 1D 38 0 3 10D 5B 46
Octal 260 154 370 35 70 0 3 415 133 106
Binary 10110000 1101100 11111000 11101 111000 0 11 100001101 1011011 1000110

Color Harmonies of #B06CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CF8

Black with #B06CF8

Text Example


Text Example

White with #B06CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CF8; }

 p { color: rgb(176,108,248); }

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

background-color css

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

 a { background-color: rgb(176,108,248); }

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

border-color css

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

 span { border-color: rgb(176,108,248); }

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