Html Css Color HEX #B57DF3 Biloba Flower

📋 copy color: '#B57DF3'

red 181 ◦ green 125 ◦ blue 243

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

Shades of Biloba Flower #B57DF3

Tints of Biloba Flower #B57DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.77%

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 32.97%
G = 22.77%
B = 44.26%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B57DF3 (or 0xB57DF3) is known color: Biloba Flower. HEX triplet: B5, 7D and F3. RGB value is (181,125,243). Sum of RGB (Red+Green+Blue) = 181+125+243=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #B57DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DF3 is #4A820C. Grayscale: #9A9A9A. Windows color (decimal): -4882957 or 15957429. OLE color: 15957429.

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

Color convert

RGB 181 125 243 -
CMYK 0.26 0.49 0 0.05
HSL 268.47º 0.83% 0.72% -
HSV(B) 268.47º 0.49% 0.95% -
XYZ 42.57 30.96 88.53 -
YUV 155.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 181 125 243 0.26 0.49 0 0.05 268.47 0.83 0.72
Hex B5 7D F3 1A 31 0 5 10C 53 48
Octal 265 175 363 32 61 0 5 414 123 110
Binary 10110101 1111101 11110011 11010 110001 0 101 100001100 1010011 1001000

Color Harmonies of #B57DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DF3

Black with #B57DF3

Text Example


Text Example

White with #B57DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DF3; }

 p { color: rgb(181,125,243); }

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

background-color css

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

 a { background-color: rgb(181,125,243); }

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

border-color css

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

 span { border-color: rgb(181,125,243); }

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