Html Css Color HEX #B07EDB Biloba Flower

📋 copy color: '#B07EDB'

red 176 ◦ green 126 ◦ blue 219

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

Shades of Biloba Flower #B07EDB

Tints of Biloba Flower #B07EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 33.78%
G = 24.18%
B = 42.03%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B07EDB (or 0xB07EDB) is known color: Biloba Flower. HEX triplet: B0, 7E and DB. RGB value is (176,126,219). Sum of RGB (Red+Green+Blue) = 176+126+219=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #B07EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EDB is #4F8124. Grayscale: #979797. Windows color (decimal): -5210405 or 14384816. OLE color: 14384816.

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

Color convert

RGB 176 126 219 -
CMYK 0.20 0.42 0 0.14
HSL 272.26º 0.56% 0.68% -
HSV(B) 272.26º 0.42% 0.86% -
XYZ 38.15 29.27 70.66 -
YUV 151.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 176 126 219 0.20 0.42 0 0.14 272.26 0.56 0.68
Hex B0 7E DB 14 2A 0 E 110 38 44
Octal 260 176 333 24 52 0 16 420 70 104
Binary 10110000 1111110 11011011 10100 101010 0 1110 100010000 111000 1000100

Color Harmonies of #B07EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EDB

Black with #B07EDB

Text Example


Text Example

White with #B07EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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