Html Css Color HEX #B07BFE Medium Purple

📋 copy color: '#B07BFE'

red 176 ◦ green 123 ◦ blue 254

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

Shades of Medium Purple #B07BFE

Tints of Medium Purple #B07BFE

RGB

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

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

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

R = 31.83%
G = 22.24%
B = 45.93%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B07BFE (or 0xB07BFE) is known color: Medium Purple. HEX triplet: B0, 7B and FE. RGB value is (176,123,254). Sum of RGB (Red+Green+Blue) = 176+123+254=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B07BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BFE is #4F8401. Grayscale: #999999. Windows color (decimal): -5211138 or 16677808. OLE color: 16677808.

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

Color convert

RGB 176 123 254 -
CMYK 0.31 0.52 0 0.00
HSL 264.27º 0.98% 0.74% -
HSV(B) 264.27º 0.52% 1% -
XYZ 42.88 30.55 97.4 -
YUV 153.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 176 123 254 0.31 0.52 0 0.00 264.27 0.98 0.74
Hex B0 7B FE 1F 34 0 0 108 62 4A
Octal 260 173 376 37 64 0 0 410 142 112
Binary 10110000 1111011 11111110 11111 110100 0 0 100001000 1100010 1001010

Color Harmonies of #B07BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BFE

Black with #B07BFE

Text Example


Text Example

White with #B07BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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