Html Css Color HEX #B57FF2 Biloba Flower

📋 copy color: '#B57FF2'

red 181 ◦ green 127 ◦ blue 242

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

Shades of Biloba Flower #B57FF2

Tints of Biloba Flower #B57FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 242 (94.92% from 255) = 44%

R = 32.91%
G = 23.09%
B = 44%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B57FF2 (or 0xB57FF2) is known color: Biloba Flower. HEX triplet: B5, 7F and F2. RGB value is (181,127,242). Sum of RGB (Red+Green+Blue) = 181+127+242=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #B57FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FF2 is #4A800D. Grayscale: #9B9B9B. Windows color (decimal): -4882446 or 15892405. OLE color: 15892405.

HSL color Cylindrical-coordinate representation of color #B57FF2: hue angle of 268.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B57FF2 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 127 242 -
CMYK 0.25 0.48 0 0.05
HSL 268.17º 0.82% 0.72% -
HSV(B) 268.17º 0.48% 0.95% -
XYZ 42.67 31.41 87.82 -
YUV 156.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 181 127 242 0.25 0.48 0 0.05 268.17 0.82 0.72
Hex B5 7F F2 19 30 0 5 10C 52 48
Octal 265 177 362 31 60 0 5 414 122 110
Binary 10110101 1111111 11110010 11001 110000 0 101 100001100 1010010 1001000

Color Harmonies of #B57FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FF2

Black with #B57FF2

Text Example


Text Example

White with #B57FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FF2; }

 p { color: rgb(181,127,242); }

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

background-color css

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

 a { background-color: rgb(181,127,242); }

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

border-color css

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

 span { border-color: rgb(181,127,242); }

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