Html Css Color HEX #B497ED Biloba Flower

📋 copy color: '#B497ED'

red 180 ◦ green 151 ◦ blue 237

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

Shades of Biloba Flower #B497ED

Tints of Biloba Flower #B497ED

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.58%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 31.69%
G = 26.58%
B = 41.73%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B497ED (or 0xB497ED) is known color: Biloba Flower. HEX triplet: B4, 97 and ED. RGB value is (180,151,237). Sum of RGB (Red+Green+Blue) = 180+151+237=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #B497ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497ED is #4B6812. Grayscale: #A9A9A9. Windows color (decimal): -4941843 or 15570868. OLE color: 15570868.

HSL color Cylindrical-coordinate representation of color #B497ED: hue angle of 260.23º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B497ED is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 151 237 -
CMYK 0.24 0.36 0 0.07
HSL 260.23º 0.7% 0.76% -
HSV(B) 260.23º 0.36% 0.93% -
XYZ 45.18 37.95 85.07 -
YUV 169.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 180 151 237 0.24 0.36 0 0.07 260.23 0.7 0.76
Hex B4 97 ED 18 24 0 7 104 46 4C
Octal 264 227 355 30 44 0 7 404 106 114
Binary 10110100 10010111 11101101 11000 100100 0 111 100000100 1000110 1001100

Color Harmonies of #B497ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497ED

Black with #B497ED

Text Example


Text Example

White with #B497ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497ED; }

 p { color: rgb(180,151,237); }

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

background-color css

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

 a { background-color: rgb(180,151,237); }

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

border-color css

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

 span { border-color: rgb(180,151,237); }

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