Html Css Color HEX #B495FB Biloba Flower

📋 copy color: '#B495FB'

red 180 ◦ green 149 ◦ blue 251

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

Shades of Biloba Flower #B495FB

Tints of Biloba Flower #B495FB

RGB

 RED value IS 180 (70.7% from 255) = 31.03%

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

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 31.03%
G = 25.69%
B = 43.28%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B495FB (or 0xB495FB) is known color: Biloba Flower. HEX triplet: B4, 95 and FB. RGB value is (180,149,251). Sum of RGB (Red+Green+Blue) = 180+149+251=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #B495FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495FB is #4B6A04. Grayscale: #A9A9A9. Windows color (decimal): -4942341 or 16487860. OLE color: 16487860.

HSL color Cylindrical-coordinate representation of color #B495FB: hue angle of 258.24º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B495FB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 149 251 -
CMYK 0.28 0.41 0 0.02
HSL 258.24º 0.93% 0.78% -
HSV(B) 258.24º 0.41% 0.98% -
XYZ 46.98 38.16 96.16 -
YUV 169.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 180 149 251 0.28 0.41 0 0.02 258.24 0.93 0.78
Hex B4 95 FB 1C 29 0 2 102 5D 4E
Octal 264 225 373 34 51 0 2 402 135 116
Binary 10110100 10010101 11111011 11100 101001 0 10 100000010 1011101 1001110

Color Harmonies of #B495FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495FB

Black with #B495FB

Text Example


Text Example

White with #B495FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495FB; }

 p { color: rgb(180,149,251); }

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

background-color css

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

 a { background-color: rgb(180,149,251); }

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

border-color css

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

 span { border-color: rgb(180,149,251); }

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