Html Css Color HEX #B488F3 Biloba Flower

📋 copy color: '#B488F3'

red 180 ◦ green 136 ◦ blue 243

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

Shades of Biloba Flower #B488F3

Tints of Biloba Flower #B488F3

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.33%

 BLUE value IS 243 (95.31% from 255) = 43.47%

R = 32.2%
G = 24.33%
B = 43.47%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B488F3 (or 0xB488F3) is known color: Biloba Flower. HEX triplet: B4, 88 and F3. RGB value is (180,136,243). Sum of RGB (Red+Green+Blue) = 180+136+243=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #B488F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488F3 is #4B770C. Grayscale: #A0A0A0. Windows color (decimal): -4945677 or 15960244. OLE color: 15960244.

HSL color Cylindrical-coordinate representation of color #B488F3: hue angle of 264.67º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B488F3 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 136 243 -
CMYK 0.26 0.44 0 0.05
HSL 264.67º 0.82% 0.74% -
HSV(B) 264.67º 0.44% 0.95% -
XYZ 43.8 33.78 89.01 -
YUV 161.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 180 136 243 0.26 0.44 0 0.05 264.67 0.82 0.74
Hex B4 88 F3 1A 2C 0 5 109 52 4A
Octal 264 210 363 32 54 0 5 411 122 112
Binary 10110100 10001000 11110011 11010 101100 0 101 100001001 1010010 1001010

Color Harmonies of #B488F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488F3

Black with #B488F3

Text Example


Text Example

White with #B488F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488F3; }

 p { color: rgb(180,136,243); }

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

background-color css

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

 a { background-color: rgb(180,136,243); }

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

border-color css

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

 span { border-color: rgb(180,136,243); }

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