Html Css Color HEX #B095E0 Biloba Flower

📋 copy color: '#B095E0'

red 176 ◦ green 149 ◦ blue 224

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

Shades of Biloba Flower #B095E0

Tints of Biloba Flower #B095E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.14%

 BLUE value IS 224 (87.89% from 255) = 40.8%

R = 32.06%
G = 27.14%
B = 40.8%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B095E0 (or 0xB095E0) is known color: Biloba Flower. HEX triplet: B0, 95 and E0. RGB value is (176,149,224). Sum of RGB (Red+Green+Blue) = 176+149+224=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #B095E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095E0 is #4F6A1F. Grayscale: #A5A5A5. Windows color (decimal): -5204512 or 14718384. OLE color: 14718384.

HSL color Cylindrical-coordinate representation of color #B095E0: hue angle of 261.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B095E0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 149 224 -
CMYK 0.21 0.33 0 0.12
HSL 261.6º 0.55% 0.73% -
HSV(B) 261.6º 0.33% 0.88% -
XYZ 42.11 36.11 75.27 -
YUV 165.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 176 149 224 0.21 0.33 0 0.12 261.6 0.55 0.73
Hex B0 95 E0 15 21 0 C 106 37 49
Octal 260 225 340 25 41 0 14 406 67 111
Binary 10110000 10010101 11100000 10101 100001 0 1100 100000110 110111 1001001

Color Harmonies of #B095E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095E0

Black with #B095E0

Text Example


Text Example

White with #B095E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095E0; }

 p { color: rgb(176,149,224); }

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

background-color css

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

 a { background-color: rgb(176,149,224); }

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

border-color css

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

 span { border-color: rgb(176,149,224); }

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