Html Css Color HEX #B07EDD Biloba Flower

📋 copy color: '#B07EDD'

red 176 ◦ green 126 ◦ blue 221

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

Shades of Biloba Flower #B07EDD

Tints of Biloba Flower #B07EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 33.65%
G = 24.09%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B07EDD (or 0xB07EDD) is known color: Biloba Flower. HEX triplet: B0, 7E and DD. RGB value is (176,126,221). Sum of RGB (Red+Green+Blue) = 176+126+221=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #B07EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EDD is #4F8122. Grayscale: #979797. Windows color (decimal): -5210403 or 14515888. OLE color: 14515888.

HSL color Cylindrical-coordinate representation of color #B07EDD: hue angle of 271.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07EDD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 126 221 -
CMYK 0.20 0.43 0 0.13
HSL 271.58º 0.58% 0.68% -
HSV(B) 271.58º 0.43% 0.87% -
XYZ 38.42 29.37 72.05 -
YUV 151.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 176 126 221 0.20 0.43 0 0.13 271.58 0.58 0.68
Hex B0 7E DD 14 2B 0 D 110 3A 44
Octal 260 176 335 24 53 0 15 420 72 104
Binary 10110000 1111110 11011101 10100 101011 0 1101 100010000 111010 1000100

Color Harmonies of #B07EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EDD

Black with #B07EDD

Text Example


Text Example

White with #B07EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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