Html Css Color HEX #B095FF Biloba Flower

📋 copy color: '#B095FF'

red 176 ◦ green 149 ◦ blue 255

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

Shades of Biloba Flower #B095FF

Tints of Biloba Flower #B095FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 30.34%
G = 25.69%
B = 43.97%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B095FF (or 0xB095FF) is known color: Biloba Flower. HEX triplet: B0, 95 and FF. RGB value is (176,149,255). Sum of RGB (Red+Green+Blue) = 176+149+255=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B095FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095FF is #4F6A00. Grayscale: #A8A8A8. Windows color (decimal): -5204481 or 16750000. OLE color: 16750000.

HSL color Cylindrical-coordinate representation of color #B095FF: hue angle of 255.28º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B095FF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 149 255 -
CMYK 0.31 0.42 0 0
HSL 255.28º 1% 0.79% -
HSV(B) 255.28º 0.42% 1% -
XYZ 46.7 37.95 99.47 -
YUV 169.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 176 149 255 0.31 0.42 0 0 255.28 1 0.79
Hex B0 95 FF 1F 2A 0 0 FF 64 4F
Octal 260 225 377 37 52 0 0 377 144 117
Binary 10110000 10010101 11111111 11111 101010 0 0 11111111 1100100 1001111

Color Harmonies of #B095FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095FF

Black with #B095FF

Text Example


Text Example

White with #B095FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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