Html Css Color HEX #B58CFC Biloba Flower

📋 copy color: '#B58CFC'

red 181 ◦ green 140 ◦ blue 252

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

Shades of Biloba Flower #B58CFC

Tints of Biloba Flower #B58CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.43%

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 31.59%
G = 24.43%
B = 43.98%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B58CFC (or 0xB58CFC) is known color: Biloba Flower. HEX triplet: B5, 8C and FC. RGB value is (181,140,252). Sum of RGB (Red+Green+Blue) = 181+140+252=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #B58CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CFC is #4A7303. Grayscale: #A4A4A4. Windows color (decimal): -4879108 or 16551093. OLE color: 16551093.

HSL color Cylindrical-coordinate representation of color #B58CFC: hue angle of 261.96º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58CFC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 140 252 -
CMYK 0.28 0.44 0 0.01
HSL 261.96º 0.95% 0.77% -
HSV(B) 261.96º 0.44% 0.99% -
XYZ 46 35.61 96.54 -
YUV 165.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 181 140 252 0.28 0.44 0 0.01 261.96 0.95 0.77
Hex B5 8C FC 1C 2C 0 1 106 5F 4D
Octal 265 214 374 34 54 0 1 406 137 115
Binary 10110101 10001100 11111100 11100 101100 0 1 100000110 1011111 1001101

Color Harmonies of #B58CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CFC

Black with #B58CFC

Text Example


Text Example

White with #B58CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CFC; }

 p { color: rgb(181,140,252); }

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

background-color css

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

 a { background-color: rgb(181,140,252); }

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

border-color css

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

 span { border-color: rgb(181,140,252); }

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