Html Css Color HEX #B498DF Biloba Flower

📋 copy color: '#B498DF'

red 180 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #B498DF

Tints of Biloba Flower #B498DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.39%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 32.43%
G = 27.39%
B = 40.18%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B498DF (or 0xB498DF) is known color: Biloba Flower. HEX triplet: B4, 98 and DF. RGB value is (180,152,223). Sum of RGB (Red+Green+Blue) = 180+152+223=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #B498DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498DF is #4B6720. Grayscale: #A8A8A8. Windows color (decimal): -4941601 or 14653620. OLE color: 14653620.

HSL color Cylindrical-coordinate representation of color #B498DF: hue angle of 263.66º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B498DF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 152 223 -
CMYK 0.19 0.32 0 0.13
HSL 263.66º 0.53% 0.74% -
HSV(B) 263.66º 0.32% 0.87% -
XYZ 43.37 37.49 74.76 -
YUV 168.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 180 152 223 0.19 0.32 0 0.13 263.66 0.53 0.74
Hex B4 98 DF 13 20 0 D 108 35 4A
Octal 264 230 337 23 40 0 15 410 65 112
Binary 10110100 10011000 11011111 10011 100000 0 1101 100001000 110101 1001010

Color Harmonies of #B498DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498DF

Black with #B498DF

Text Example


Text Example

White with #B498DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498DF; }

 p { color: rgb(180,152,223); }

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

background-color css

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

 a { background-color: rgb(180,152,223); }

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

border-color css

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

 span { border-color: rgb(180,152,223); }

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