Html Css Color HEX #B06BFD Medium Purple

📋 copy color: '#B06BFD'

red 176 ◦ green 107 ◦ blue 253

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

Shades of Medium Purple #B06BFD

Tints of Medium Purple #B06BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.96%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 32.84%
G = 19.96%
B = 47.2%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B06BFD (or 0xB06BFD) is known color: Medium Purple. HEX triplet: B0, 6B and FD. RGB value is (176,107,253). Sum of RGB (Red+Green+Blue) = 176+107+253=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #B06BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BFD is #4F9402. Grayscale: #8F8F8F. Windows color (decimal): -5215235 or 16608176. OLE color: 16608176.

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

Color convert

RGB 176 107 253 -
CMYK 0.30 0.58 0 0.01
HSL 268.36º 0.97% 0.71% -
HSV(B) 268.36º 0.58% 0.99% -
XYZ 40.89 26.84 95.95 -
YUV 144.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 176 107 253 0.30 0.58 0 0.01 268.36 0.97 0.71
Hex B0 6B FD 1E 3A 0 1 10C 61 47
Octal 260 153 375 36 72 0 1 414 141 107
Binary 10110000 1101011 11111101 11110 111010 0 1 100001100 1100001 1000111

Color Harmonies of #B06BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06BFD

Black with #B06BFD

Text Example


Text Example

White with #B06BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06BFD; }

 p { color: rgb(176,107,253); }

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

background-color css

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

 a { background-color: rgb(176,107,253); }

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

border-color css

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

 span { border-color: rgb(176,107,253); }

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