Html Css Color HEX #B984F8 Biloba Flower

📋 copy color: '#B984F8'

red 185 ◦ green 132 ◦ blue 248

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

Shades of Biloba Flower #B984F8

Tints of Biloba Flower #B984F8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.36%

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

R = 32.74%
G = 23.36%
B = 43.89%

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

#B984F8 (or 0xB984F8) is known color: Biloba Flower. HEX triplet: B9, 84 and F8. RGB value is (185,132,248). Sum of RGB (Red+Green+Blue) = 185+132+248=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #B984F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B984F8 is #467B07. Grayscale: #A0A0A0. Windows color (decimal): -4619016 or 16286905. OLE color: 16286905.

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

Color convert

RGB 185 132 248 -
CMYK 0.25 0.47 0 0.03
HSL 267.41º 0.89% 0.75% -
HSV(B) 267.41º 0.47% 0.97% -
XYZ 45.2 33.59 92.91 -
YUV 161.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 185 132 248 0.25 0.47 0 0.03 267.41 0.89 0.75
Hex B9 84 F8 19 2F 0 3 10B 59 4B
Octal 271 204 370 31 57 0 3 413 131 113
Binary 10111001 10000100 11111000 11001 101111 0 11 100001011 1011001 1001011

Color Harmonies of #B984F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984F8

Black with #B984F8

Text Example


Text Example

White with #B984F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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