Html Css Color HEX #B482EC Biloba Flower

📋 copy color: '#B482EC'

red 180 ◦ green 130 ◦ blue 236

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

Shades of Biloba Flower #B482EC

Tints of Biloba Flower #B482EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.81%

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

R = 32.97%
G = 23.81%
B = 43.22%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B482EC (or 0xB482EC) is known color: Biloba Flower. HEX triplet: B4, 82 and EC. RGB value is (180,130,236). Sum of RGB (Red+Green+Blue) = 180+130+236=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B482EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B482EC is #4B7D13. Grayscale: #9C9C9C. Windows color (decimal): -4947220 or 15499956. OLE color: 15499956.

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

Color convert

RGB 180 130 236 -
CMYK 0.24 0.45 0 0.07
HSL 268.3º 0.74% 0.72% -
HSV(B) 268.3º 0.45% 0.93% -
XYZ 41.95 31.72 83.27 -
YUV 157.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 180 130 236 0.24 0.45 0 0.07 268.3 0.74 0.72
Hex B4 82 EC 18 2D 0 7 10C 4A 48
Octal 264 202 354 30 55 0 7 414 112 110
Binary 10110100 10000010 11101100 11000 101101 0 111 100001100 1001010 1001000

Color Harmonies of #B482EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482EC

Black with #B482EC

Text Example


Text Example

White with #B482EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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