Html Css Color HEX #B06DFC Medium Purple

📋 copy color: '#B06DFC'

red 176 ◦ green 109 ◦ blue 252

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

Shades of Medium Purple #B06DFC

Tints of Medium Purple #B06DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.3%

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 32.77%
G = 20.3%
B = 46.93%

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

#B06DFC (or 0xB06DFC) is known color: Medium Purple. HEX triplet: B0, 6D and FC. RGB value is (176,109,252). Sum of RGB (Red+Green+Blue) = 176+109+252=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #B06DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06DFC is #4F9203. Grayscale: #909090. Windows color (decimal): -5214724 or 16543152. OLE color: 16543152.

HSL color Cylindrical-coordinate representation of color #B06DFC: hue angle of 268.11º degrees, saturation: 0.96, 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 #B06DFC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 109 252 -
CMYK 0.30 0.57 0 0.01
HSL 268.11º 0.96% 0.71% -
HSV(B) 268.11º 0.57% 0.99% -
XYZ 40.94 27.2 95.19 -
YUV 145.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 176 109 252 0.30 0.57 0 0.01 268.11 0.96 0.71
Hex B0 6D FC 1E 39 0 1 10C 60 47
Octal 260 155 374 36 71 0 1 414 140 107
Binary 10110000 1101101 11111100 11110 111001 0 1 100001100 1100000 1000111

Color Harmonies of #B06DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06DFC

Black with #B06DFC

Text Example


Text Example

White with #B06DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06DFC; }

 p { color: rgb(176,109,252); }

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

background-color css

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

 a { background-color: rgb(176,109,252); }

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

border-color css

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

 span { border-color: rgb(176,109,252); }

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