Html Css Color HEX #B07CEA Medium Purple

📋 copy color: '#B07CEA'

red 176 ◦ green 124 ◦ blue 234

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

Shades of Medium Purple #B07CEA

Tints of Medium Purple #B07CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 32.96%
G = 23.22%
B = 43.82%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B07CEA (or 0xB07CEA) is known color: Medium Purple. HEX triplet: B0, 7C and EA. RGB value is (176,124,234). Sum of RGB (Red+Green+Blue) = 176+124+234=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #B07CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CEA is #4F8315. Grayscale: #979797. Windows color (decimal): -5210902 or 15367344. OLE color: 15367344.

HSL color Cylindrical-coordinate representation of color #B07CEA: hue angle of 268.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07CEA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 124 234 -
CMYK 0.25 0.47 0 0.08
HSL 268.36º 0.72% 0.7% -
HSV(B) 268.36º 0.47% 0.92% -
XYZ 39.96 29.59 81.45 -
YUV 152.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 176 124 234 0.25 0.47 0 0.08 268.36 0.72 0.7
Hex B0 7C EA 19 2F 0 8 10C 48 46
Octal 260 174 352 31 57 0 10 414 110 106
Binary 10110000 1111100 11101010 11001 101111 0 1000 100001100 1001000 1000110

Color Harmonies of #B07CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CEA

Black with #B07CEA

Text Example


Text Example

White with #B07CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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