Html Css Color HEX #B983F8 Biloba Flower

📋 copy color: '#B983F8'

red 185 ◦ green 131 ◦ blue 248

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

Shades of Biloba Flower #B983F8

Tints of Biloba Flower #B983F8

RGB

 RED value IS 185 (72.66% from 255) = 32.8%

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

 BLUE value IS 248 (97.27% from 255) = 43.97%

R = 32.8%
G = 23.23%
B = 43.97%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B983F8 (or 0xB983F8) is known color: Biloba Flower. HEX triplet: B9, 83 and F8. RGB value is (185,131,248). Sum of RGB (Red+Green+Blue) = 185+131+248=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #B983F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B983F8 is #467C07. Grayscale: #A0A0A0. Windows color (decimal): -4619272 or 16286649. OLE color: 16286649.

HSL color Cylindrical-coordinate representation of color #B983F8: hue angle of 267.69º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B983F8 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 131 248 -
CMYK 0.25 0.47 0 0.03
HSL 267.69º 0.89% 0.74% -
HSV(B) 267.69º 0.47% 0.97% -
XYZ 45.07 33.32 92.86 -
YUV 160.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 185 131 248 0.25 0.47 0 0.03 267.69 0.89 0.74
Hex B9 83 F8 19 2F 0 3 10C 59 4A
Octal 271 203 370 31 57 0 3 414 131 112
Binary 10111001 10000011 11111000 11001 101111 0 11 100001100 1011001 1001010

Color Harmonies of #B983F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983F8

Black with #B983F8

Text Example


Text Example

White with #B983F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983F8; }

 p { color: rgb(185,131,248); }

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

background-color css

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

 a { background-color: rgb(185,131,248); }

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

border-color css

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

 span { border-color: rgb(185,131,248); }

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