Html Css Color HEX #B095FD Biloba Flower

📋 copy color: '#B095FD'

red 176 ◦ green 149 ◦ blue 253

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

Shades of Biloba Flower #B095FD

Tints of Biloba Flower #B095FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 30.45%
G = 25.78%
B = 43.77%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B095FD (or 0xB095FD) is known color: Biloba Flower. HEX triplet: B0, 95 and FD. RGB value is (176,149,253). Sum of RGB (Red+Green+Blue) = 176+149+253=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #B095FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095FD is #4F6A02. Grayscale: #A8A8A8. Windows color (decimal): -5204483 or 16618928. OLE color: 16618928.

HSL color Cylindrical-coordinate representation of color #B095FD: hue angle of 255.58º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B095FD is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 149 253 -
CMYK 0.30 0.41 0 0.01
HSL 255.58º 0.96% 0.79% -
HSV(B) 255.58º 0.41% 0.99% -
XYZ 46.38 37.82 97.78 -
YUV 168.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 176 149 253 0.30 0.41 0 0.01 255.58 0.96 0.79
Hex B0 95 FD 1E 29 0 1 100 60 4F
Octal 260 225 375 36 51 0 1 400 140 117
Binary 10110000 10010101 11111101 11110 101001 0 1 100000000 1100000 1001111

Color Harmonies of #B095FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095FD

Black with #B095FD

Text Example


Text Example

White with #B095FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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