Html Css Color HEX #B06CFD Medium Purple

📋 copy color: '#B06CFD'

red 176 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #B06CFD

Tints of Medium Purple #B06CFD

RGB

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

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

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

R = 32.77%
G = 20.11%
B = 47.11%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B06CFD (or 0xB06CFD) is known color: Medium Purple. HEX triplet: B0, 6C and FD. RGB value is (176,108,253). Sum of RGB (Red+Green+Blue) = 176+108+253=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #B06CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CFD is #4F9302. Grayscale: #909090. Windows color (decimal): -5214979 or 16608432. OLE color: 16608432.

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

Color convert

RGB 176 108 253 -
CMYK 0.30 0.57 0 0.01
HSL 268.14º 0.97% 0.71% -
HSV(B) 268.14º 0.57% 0.99% -
XYZ 41 27.05 95.99 -
YUV 144.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 176 108 253 0.30 0.57 0 0.01 268.14 0.97 0.71
Hex B0 6C FD 1E 39 0 1 10C 61 47
Octal 260 154 375 36 71 0 1 414 141 107
Binary 10110000 1101100 11111101 11110 111001 0 1 100001100 1100001 1000111

Color Harmonies of #B06CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CFD

Black with #B06CFD

Text Example


Text Example

White with #B06CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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