Html Css Color HEX #B07EDA Biloba Flower

📋 copy color: '#B07EDA'

red 176 ◦ green 126 ◦ blue 218

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

Shades of Biloba Flower #B07EDA

Tints of Biloba Flower #B07EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 33.85%
G = 24.23%
B = 41.92%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B07EDA (or 0xB07EDA) is known color: Biloba Flower. HEX triplet: B0, 7E and DA. RGB value is (176,126,218). Sum of RGB (Red+Green+Blue) = 176+126+218=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #B07EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EDA is #4F8125. Grayscale: #979797. Windows color (decimal): -5210406 or 14319280. OLE color: 14319280.

HSL color Cylindrical-coordinate representation of color #B07EDA: hue angle of 272.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B07EDA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 126 218 -
CMYK 0.19 0.42 0 0.15
HSL 272.61º 0.55% 0.67% -
HSV(B) 272.61º 0.42% 0.85% -
XYZ 38.02 29.21 69.96 -
YUV 151.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 176 126 218 0.19 0.42 0 0.15 272.61 0.55 0.67
Hex B0 7E DA 13 2A 0 F 111 37 43
Octal 260 176 332 23 52 0 17 421 67 103
Binary 10110000 1111110 11011010 10011 101010 0 1111 100010001 110111 1000011

Color Harmonies of #B07EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EDA

Black with #B07EDA

Text Example


Text Example

White with #B07EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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