Html Css Color HEX #B981EC Biloba Flower

📋 copy color: '#B981EC'

red 185 ◦ green 129 ◦ blue 236

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

Shades of Biloba Flower #B981EC

Tints of Biloba Flower #B981EC

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

 GREEN value IS 129 (50.78% from 255) = 23.45%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 33.64%
G = 23.45%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B981EC (or 0xB981EC) is known color: Biloba Flower. HEX triplet: B9, 81 and EC. RGB value is (185,129,236). Sum of RGB (Red+Green+Blue) = 185+129+236=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #B981EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981EC is #467E13. Grayscale: #9D9D9D. Windows color (decimal): -4619796 or 15499705. OLE color: 15499705.

HSL color Cylindrical-coordinate representation of color #B981EC: hue angle of 271.4º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B981EC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 129 236 -
CMYK 0.22 0.45 0 0.07
HSL 271.4º 0.74% 0.72% -
HSV(B) 271.4º 0.45% 0.93% -
XYZ 43 32.07 83.28 -
YUV 157.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 185 129 236 0.22 0.45 0 0.07 271.4 0.74 0.72
Hex B9 81 EC 16 2D 0 7 10F 4A 48
Octal 271 201 354 26 55 0 7 417 112 110
Binary 10111001 10000001 11101100 10110 101101 0 111 100001111 1001010 1001000

Color Harmonies of #B981EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981EC

Black with #B981EC

Text Example


Text Example

White with #B981EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981EC; }

 p { color: rgb(185,129,236); }

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

background-color css

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

 a { background-color: rgb(185,129,236); }

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

border-color css

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

 span { border-color: rgb(185,129,236); }

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