Html Css Color HEX #B07CF0 Medium Purple

📋 copy color: '#B07CF0'

red 176 ◦ green 124 ◦ blue 240

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

Shades of Medium Purple #B07CF0

Tints of Medium Purple #B07CF0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

 BLUE value IS 240 (94.14% from 255) = 44.44%

R = 32.59%
G = 22.96%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B07CF0 (or 0xB07CF0) is known color: Medium Purple. HEX triplet: B0, 7C and F0. RGB value is (176,124,240). Sum of RGB (Red+Green+Blue) = 176+124+240=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #B07CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CF0 is #4F830F. Grayscale: #989898. Windows color (decimal): -5210896 or 15760560. OLE color: 15760560.

HSL color Cylindrical-coordinate representation of color #B07CF0: hue angle of 266.9º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07CF0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 124 240 -
CMYK 0.27 0.48 0 0.06
HSL 266.9º 0.79% 0.71% -
HSV(B) 266.9º 0.48% 0.94% -
XYZ 40.84 29.94 86.06 -
YUV 152.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 176 124 240 0.27 0.48 0 0.06 266.9 0.79 0.71
Hex B0 7C F0 1B 30 0 6 10B 4F 47
Octal 260 174 360 33 60 0 6 413 117 107
Binary 10110000 1111100 11110000 11011 110000 0 110 100001011 1001111 1000111

Color Harmonies of #B07CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CF0

Black with #B07CF0

Text Example


Text Example

White with #B07CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CF0; }

 p { color: rgb(176,124,240); }

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

background-color css

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

 a { background-color: rgb(176,124,240); }

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

border-color css

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

 span { border-color: rgb(176,124,240); }

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