Html Css Color HEX #B482FF Biloba Flower

📋 copy color: '#B482FF'

red 180 ◦ green 130 ◦ blue 255

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

Shades of Biloba Flower #B482FF

Tints of Biloba Flower #B482FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 31.86%
G = 23.01%
B = 45.13%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B482FF (or 0xB482FF) is known color: Biloba Flower. HEX triplet: B4, 82 and FF. RGB value is (180,130,255). Sum of RGB (Red+Green+Blue) = 180+130+255=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B482FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B482FF is #4B7D00. Grayscale: #9E9E9E. Windows color (decimal): -4947201 or 16745140. OLE color: 16745140.

HSL color Cylindrical-coordinate representation of color #B482FF: hue angle of 264º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B482FF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 130 255 -
CMYK 0.29 0.49 0 0
HSL 264º 1% 0.75% -
HSV(B) 264º 0.49% 1% -
XYZ 44.86 32.89 98.59 -
YUV 159.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 180 130 255 0.29 0.49 0 0 264 1 0.75
Hex B4 82 FF 1D 31 0 0 108 64 4B
Octal 264 202 377 35 61 0 0 410 144 113
Binary 10110100 10000010 11111111 11101 110001 0 0 100001000 1100100 1001011

Color Harmonies of #B482FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482FF

Black with #B482FF

Text Example


Text Example

White with #B482FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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