Html Css Color HEX #B06CF2 Medium Purple

📋 copy color: '#B06CF2'

red 176 ◦ green 108 ◦ blue 242

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

Shades of Medium Purple #B06CF2

Tints of Medium Purple #B06CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 33.46%
G = 20.53%
B = 46.01%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B06CF2 (or 0xB06CF2) is known color: Medium Purple. HEX triplet: B0, 6C and F2. RGB value is (176,108,242). Sum of RGB (Red+Green+Blue) = 176+108+242=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #B06CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CF2 is #4F930D. Grayscale: #8F8F8F. Windows color (decimal): -5214990 or 15887536. OLE color: 15887536.

HSL color Cylindrical-coordinate representation of color #B06CF2: hue angle of 270.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B06CF2 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 108 242 -
CMYK 0.27 0.55 0 0.05
HSL 270.45º 0.84% 0.69% -
HSV(B) 270.45º 0.55% 0.95% -
XYZ 39.29 26.37 87.02 -
YUV 143.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 176 108 242 0.27 0.55 0 0.05 270.45 0.84 0.69
Hex B0 6C F2 1B 37 0 5 10E 54 45
Octal 260 154 362 33 67 0 5 416 124 105
Binary 10110000 1101100 11110010 11011 110111 0 101 100001110 1010100 1000101

Color Harmonies of #B06CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06CF2

Black with #B06CF2

Text Example


Text Example

White with #B06CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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