Html Css Color HEX #B483FF Biloba Flower

📋 copy color: '#B483FF'

red 180 ◦ green 131 ◦ blue 255

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

Shades of Biloba Flower #B483FF

Tints of Biloba Flower #B483FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.14%

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

R = 31.8%
G = 23.14%
B = 45.05%

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

#B483FF (or 0xB483FF) is known color: Biloba Flower. HEX triplet: B4, 83 and FF. RGB value is (180,131,255). Sum of RGB (Red+Green+Blue) = 180+131+255=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B483FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B483FF is #4B7C00. Grayscale: #9F9F9F. Windows color (decimal): -4946945 or 16745396. OLE color: 16745396.

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

Color convert

RGB 180 131 255 -
CMYK 0.29 0.49 0 0
HSL 263.71º 1% 0.76% -
HSV(B) 263.71º 0.49% 1% -
XYZ 44.99 33.16 98.64 -
YUV 159.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 180 131 255 0.29 0.49 0 0 263.71 1 0.76
Hex B4 83 FF 1D 31 0 0 108 64 4C
Octal 264 203 377 35 61 0 0 410 144 114
Binary 10110100 10000011 11111111 11101 110001 0 0 100001000 1100100 1001100

Color Harmonies of #B483FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483FF

Black with #B483FF

Text Example


Text Example

White with #B483FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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