Html Css Color HEX #B485EC Biloba Flower

📋 copy color: '#B485EC'

red 180 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #B485EC

Tints of Biloba Flower #B485EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.23%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 32.79%
G = 24.23%
B = 42.99%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B485EC (or 0xB485EC) is known color: Biloba Flower. HEX triplet: B4, 85 and EC. RGB value is (180,133,236). Sum of RGB (Red+Green+Blue) = 180+133+236=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B485EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485EC is #4B7A13. Grayscale: #9E9E9E. Windows color (decimal): -4946452 or 15500724. OLE color: 15500724.

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

Color convert

RGB 180 133 236 -
CMYK 0.24 0.44 0 0.07
HSL 267.38º 0.73% 0.72% -
HSV(B) 267.38º 0.44% 0.93% -
XYZ 42.35 32.53 83.4 -
YUV 158.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 180 133 236 0.24 0.44 0 0.07 267.38 0.73 0.72
Hex B4 85 EC 18 2C 0 7 10B 49 48
Octal 264 205 354 30 54 0 7 413 111 110
Binary 10110100 10000101 11101100 11000 101100 0 111 100001011 1001001 1001000

Color Harmonies of #B485EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B485EC

Black with #B485EC

Text Example


Text Example

White with #B485EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B485EC; }

 p { color: rgb(180,133,236); }

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

background-color css

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

 a { background-color: rgb(180,133,236); }

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

border-color css

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

 span { border-color: rgb(180,133,236); }

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