Html Css Color HEX #B584FF Biloba Flower

📋 copy color: '#B584FF'

red 181 ◦ green 132 ◦ blue 255

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

Shades of Biloba Flower #B584FF

Tints of Biloba Flower #B584FF

RGB

 RED value IS 181 (71.09% from 255) = 31.87%

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

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

R = 31.87%
G = 23.24%
B = 44.89%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B584FF (or 0xB584FF) is known color: Biloba Flower. HEX triplet: B5, 84 and FF. RGB value is (181,132,255). Sum of RGB (Red+Green+Blue) = 181+132+255=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B584FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584FF is #4A7B00. Grayscale: #A0A0A0. Windows color (decimal): -4881153 or 16745653. OLE color: 16745653.

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

Color convert

RGB 181 132 255 -
CMYK 0.29 0.48 0 0
HSL 263.9º 1% 0.76% -
HSV(B) 263.9º 0.48% 1% -
XYZ 45.36 33.55 98.69 -
YUV 160.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 181 132 255 0.29 0.48 0 0 263.9 1 0.76
Hex B5 84 FF 1D 30 0 0 108 64 4C
Octal 265 204 377 35 60 0 0 410 144 114
Binary 10110101 10000100 11111111 11101 110000 0 0 100001000 1100100 1001100

Color Harmonies of #B584FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B584FF

Black with #B584FF

Text Example


Text Example

White with #B584FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B584FF; }

 p { color: rgb(181,132,255); }

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

background-color css

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

 a { background-color: rgb(181,132,255); }

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

border-color css

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

 span { border-color: rgb(181,132,255); }

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