Html Css Color HEX #B482ED Biloba Flower

📋 copy color: '#B482ED'

red 180 ◦ green 130 ◦ blue 237

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

Shades of Biloba Flower #B482ED

Tints of Biloba Flower #B482ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 32.91%
G = 23.77%
B = 43.33%

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

#B482ED (or 0xB482ED) is known color: Biloba Flower. HEX triplet: B4, 82 and ED. RGB value is (180,130,237). Sum of RGB (Red+Green+Blue) = 180+130+237=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #B482ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B482ED is #4B7D12. Grayscale: #9C9C9C. Windows color (decimal): -4947219 or 15565492. OLE color: 15565492.

HSL color Cylindrical-coordinate representation of color #B482ED: hue angle of 268.04º degrees, saturation: 0.75, 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 #B482ED is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 130 237 -
CMYK 0.24 0.45 0 0.07
HSL 268.04º 0.75% 0.72% -
HSV(B) 268.04º 0.45% 0.93% -
XYZ 42.09 31.78 84.04 -
YUV 157.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 180 130 237 0.24 0.45 0 0.07 268.04 0.75 0.72
Hex B4 82 ED 18 2D 0 7 10C 4B 48
Octal 264 202 355 30 55 0 7 414 113 110
Binary 10110100 10000010 11101101 11000 101101 0 111 100001100 1001011 1001000

Color Harmonies of #B482ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482ED

Black with #B482ED

Text Example


Text Example

White with #B482ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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