Html Css Color HEX #B07CEE Medium Purple

📋 copy color: '#B07CEE'

red 176 ◦ green 124 ◦ blue 238

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

Shades of Medium Purple #B07CEE

Tints of Medium Purple #B07CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 32.71%
G = 23.05%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B07CEE (or 0xB07CEE) is known color: Medium Purple. HEX triplet: B0, 7C and EE. RGB value is (176,124,238). Sum of RGB (Red+Green+Blue) = 176+124+238=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #B07CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CEE is #4F8311. Grayscale: #989898. Windows color (decimal): -5210898 or 15629488. OLE color: 15629488.

HSL color Cylindrical-coordinate representation of color #B07CEE: hue angle of 267.37º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07CEE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 124 238 -
CMYK 0.26 0.48 0 0.07
HSL 267.37º 0.77% 0.71% -
HSV(B) 267.37º 0.48% 0.93% -
XYZ 40.54 29.82 84.51 -
YUV 152.54 176.23 144.73 -
System Red Green Blue C M Y K H S L
Decimal 176 124 238 0.26 0.48 0 0.07 267.37 0.77 0.71
Hex B0 7C EE 1A 30 0 7 10B 4D 47
Octal 260 174 356 32 60 0 7 413 115 107
Binary 10110000 1111100 11101110 11010 110000 0 111 100001011 1001101 1000111

Color Harmonies of #B07CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CEE

Black with #B07CEE

Text Example


Text Example

White with #B07CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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