Html Css Color HEX #B07EDC Biloba Flower

📋 copy color: '#B07EDC'

red 176 ◦ green 126 ◦ blue 220

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

Shades of Biloba Flower #B07EDC

Tints of Biloba Flower #B07EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.14%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 33.72%
G = 24.14%
B = 42.15%

CMYK

 C value IS 0.2

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B07EDC (or 0xB07EDC) is known color: Biloba Flower. HEX triplet: B0, 7E and DC. RGB value is (176,126,220). Sum of RGB (Red+Green+Blue) = 176+126+220=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #B07EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EDC is #4F8123. Grayscale: #979797. Windows color (decimal): -5210404 or 14450352. OLE color: 14450352.

HSL color Cylindrical-coordinate representation of color #B07EDC: hue angle of 271.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07EDC is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 126 220 -
CMYK 0.2 0.43 0 0.14
HSL 271.91º 0.57% 0.68% -
HSV(B) 271.91º 0.43% 0.86% -
XYZ 38.28 29.32 71.35 -
YUV 151.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 176 126 220 0.2 0.43 0 0.14 271.91 0.57 0.68
Hex B0 7E DC 14 2B 0 E 110 39 44
Octal 260 176 334 24 53 0 16 420 71 104
Binary 10110000 1111110 11011100 10100 101011 0 1110 100010000 111001 1000100

Color Harmonies of #B07EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EDC

Black with #B07EDC

Text Example


Text Example

White with #B07EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EDC; }

 p { color: rgb(176,126,220); }

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

background-color css

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

 a { background-color: rgb(176,126,220); }

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

border-color css

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

 span { border-color: rgb(176,126,220); }

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