Html Css Color HEX #B06CFE Medium Purple

📋 copy color: '#B06CFE'

red 176 ◦ green 108 ◦ blue 254

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

Shades of Medium Purple #B06CFE

Tints of Medium Purple #B06CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 32.71%
G = 20.07%
B = 47.21%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B06CFE (or 0xB06CFE) is known color: Medium Purple. HEX triplet: B0, 6C and FE. RGB value is (176,108,254). Sum of RGB (Red+Green+Blue) = 176+108+254=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #B06CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CFE is #4F9301. Grayscale: #909090. Windows color (decimal): -5214978 or 16673968. OLE color: 16673968.

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

Color convert

RGB 176 108 254 -
CMYK 0.31 0.57 0 0.00
HSL 267.95º 0.99% 0.71% -
HSV(B) 267.95º 0.57% 1% -
XYZ 41.16 27.11 96.83 -
YUV 144.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 176 108 254 0.31 0.57 0 0.00 267.95 0.99 0.71
Hex B0 6C FE 1F 39 0 0 10C 63 47
Octal 260 154 376 37 71 0 0 414 143 107
Binary 10110000 1101100 11111110 11111 111001 0 0 100001100 1100011 1000111

Color Harmonies of #B06CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CFE

Black with #B06CFE

Text Example


Text Example

White with #B06CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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