Html Css Color HEX #B482EE Biloba Flower

📋 copy color: '#B482EE'

red 180 ◦ green 130 ◦ blue 238

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

Shades of Biloba Flower #B482EE

Tints of Biloba Flower #B482EE

RGB

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

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

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

R = 32.85%
G = 23.72%
B = 43.43%

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

#B482EE (or 0xB482EE) is known color: Biloba Flower. HEX triplet: B4, 82 and EE. RGB value is (180,130,238). Sum of RGB (Red+Green+Blue) = 180+130+238=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #B482EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B482EE is #4B7D11. Grayscale: #9C9C9C. Windows color (decimal): -4947218 or 15631028. OLE color: 15631028.

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

Color convert

RGB 180 130 238 -
CMYK 0.24 0.45 0 0.07
HSL 267.78º 0.76% 0.72% -
HSV(B) 267.78º 0.45% 0.93% -
XYZ 42.24 31.84 84.81 -
YUV 157.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 180 130 238 0.24 0.45 0 0.07 267.78 0.76 0.72
Hex B4 82 EE 18 2D 0 7 10C 4C 48
Octal 264 202 356 30 55 0 7 414 114 110
Binary 10110100 10000010 11101110 11000 101101 0 111 100001100 1001100 1001000

Color Harmonies of #B482EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482EE

Black with #B482EE

Text Example


Text Example

White with #B482EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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