Html Css Color HEX #B485EE Biloba Flower

📋 copy color: '#B485EE'

red 180 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #B485EE

Tints of Biloba Flower #B485EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 32.67%
G = 24.14%
B = 43.19%

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

#B485EE (or 0xB485EE) is known color: Biloba Flower. HEX triplet: B4, 85 and EE. RGB value is (180,133,238). Sum of RGB (Red+Green+Blue) = 180+133+238=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #B485EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485EE is #4B7A11. Grayscale: #9E9E9E. Windows color (decimal): -4946450 or 15631796. OLE color: 15631796.

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

Color convert

RGB 180 133 238 -
CMYK 0.24 0.44 0 0.07
HSL 266.86º 0.76% 0.73% -
HSV(B) 266.86º 0.44% 0.93% -
XYZ 42.64 32.65 84.94 -
YUV 159.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 180 133 238 0.24 0.44 0 0.07 266.86 0.76 0.73
Hex B4 85 EE 18 2C 0 7 10B 4C 49
Octal 264 205 356 30 54 0 7 413 114 111
Binary 10110100 10000101 11101110 11000 101100 0 111 100001011 1001100 1001001

Color Harmonies of #B485EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B485EE

Black with #B485EE

Text Example


Text Example

White with #B485EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B485EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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