Html Css Color HEX #B483E4 Biloba Flower

📋 copy color: '#B483E4'

red 180 ◦ green 131 ◦ blue 228

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

Shades of Biloba Flower #B483E4

Tints of Biloba Flower #B483E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.3%

R = 33.4%
G = 24.3%
B = 42.3%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B483E4 (or 0xB483E4) is known color: Biloba Flower. HEX triplet: B4, 83 and E4. RGB value is (180,131,228). Sum of RGB (Red+Green+Blue) = 180+131+228=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #B483E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483E4 is #4B7C1B. Grayscale: #9C9C9C. Windows color (decimal): -4946972 or 14975924. OLE color: 14975924.

HSL color Cylindrical-coordinate representation of color #B483E4: hue angle of 270.31º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B483E4 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 131 228 -
CMYK 0.21 0.43 0 0.11
HSL 270.31º 0.64% 0.7% -
HSV(B) 270.31º 0.43% 0.89% -
XYZ 40.94 31.54 77.33 -
YUV 156.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 180 131 228 0.21 0.43 0 0.11 270.31 0.64 0.7
Hex B4 83 E4 15 2B 0 B 10E 40 46
Octal 264 203 344 25 53 0 13 416 100 106
Binary 10110100 10000011 11100100 10101 101011 0 1011 100001110 1000000 1000110

Color Harmonies of #B483E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B483E4

Black with #B483E4

Text Example


Text Example

White with #B483E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B483E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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