Html Css Color HEX #B592FA Biloba Flower

📋 copy color: '#B592FA'

red 181 ◦ green 146 ◦ blue 250

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

Shades of Biloba Flower #B592FA

Tints of Biloba Flower #B592FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.3%

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 31.37%
G = 25.3%
B = 43.33%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B592FA (or 0xB592FA) is known color: Biloba Flower. HEX triplet: B5, 92 and FA. RGB value is (181,146,250). Sum of RGB (Red+Green+Blue) = 181+146+250=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #B592FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B592FA is #4A6D05. Grayscale: #A7A7A7. Windows color (decimal): -4877574 or 16421557. OLE color: 16421557.

HSL color Cylindrical-coordinate representation of color #B592FA: hue angle of 260.19º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B592FA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 146 250 -
CMYK 0.28 0.42 0 0.02
HSL 260.19º 0.91% 0.78% -
HSV(B) 260.19º 0.42% 0.98% -
XYZ 46.59 37.28 95.18 -
YUV 168.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 181 146 250 0.28 0.42 0 0.02 260.19 0.91 0.78
Hex B5 92 FA 1C 2A 0 2 104 5B 4E
Octal 265 222 372 34 52 0 2 404 133 116
Binary 10110101 10010010 11111010 11100 101010 0 10 100000100 1011011 1001110

Color Harmonies of #B592FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592FA

Black with #B592FA

Text Example


Text Example

White with #B592FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592FA; }

 p { color: rgb(181,146,250); }

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

background-color css

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

 a { background-color: rgb(181,146,250); }

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

border-color css

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

 span { border-color: rgb(181,146,250); }

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