Html Css Color HEX #B07BF6 Medium Purple

📋 copy color: '#B07BF6'

red 176 ◦ green 123 ◦ blue 246

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

Shades of Medium Purple #B07BF6

Tints of Medium Purple #B07BF6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

 BLUE value IS 246 (96.48% from 255) = 45.14%

R = 32.29%
G = 22.57%
B = 45.14%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B07BF6 (or 0xB07BF6) is known color: Medium Purple. HEX triplet: B0, 7B and F6. RGB value is (176,123,246). Sum of RGB (Red+Green+Blue) = 176+123+246=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #B07BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BF6 is #4F8409. Grayscale: #989898. Windows color (decimal): -5211146 or 16153520. OLE color: 16153520.

HSL color Cylindrical-coordinate representation of color #B07BF6: hue angle of 265.85º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07BF6 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 123 246 -
CMYK 0.28 0.50 0 0.04
HSL 265.85º 0.87% 0.72% -
HSV(B) 265.85º 0.5% 0.96% -
XYZ 41.62 30.05 90.8 -
YUV 152.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 176 123 246 0.28 0.50 0 0.04 265.85 0.87 0.72
Hex B0 7B F6 1C 32 0 4 10A 57 48
Octal 260 173 366 34 62 0 4 412 127 110
Binary 10110000 1111011 11110110 11100 110010 0 100 100001010 1010111 1001000

Color Harmonies of #B07BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BF6

Black with #B07BF6

Text Example


Text Example

White with #B07BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BF6; }

 p { color: rgb(176,123,246); }

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

background-color css

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

 a { background-color: rgb(176,123,246); }

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

border-color css

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

 span { border-color: rgb(176,123,246); }

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