Html Css Color HEX #B592F0 Biloba Flower

📋 copy color: '#B592F0'

red 181 ◦ green 146 ◦ blue 240

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

Shades of Biloba Flower #B592F0

Tints of Biloba Flower #B592F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 31.92%
G = 25.75%
B = 42.33%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B592F0 (or 0xB592F0) is known color: Biloba Flower. HEX triplet: B5, 92 and F0. RGB value is (181,146,240). Sum of RGB (Red+Green+Blue) = 181+146+240=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B592F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B592F0 is #4A6D0F. Grayscale: #A6A6A6. Windows color (decimal): -4877584 or 15766197. OLE color: 15766197.

HSL color Cylindrical-coordinate representation of color #B592F0: hue angle of 262.34º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B592F0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 146 240 -
CMYK 0.25 0.39 0 0.06
HSL 262.34º 0.76% 0.76% -
HSV(B) 262.34º 0.39% 0.94% -
XYZ 45.06 36.67 87.14 -
YUV 167.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 181 146 240 0.25 0.39 0 0.06 262.34 0.76 0.76
Hex B5 92 F0 19 27 0 6 106 4C 4C
Octal 265 222 360 31 47 0 6 406 114 114
Binary 10110101 10010010 11110000 11001 100111 0 110 100000110 1001100 1001100

Color Harmonies of #B592F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592F0

Black with #B592F0

Text Example


Text Example

White with #B592F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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