Html Css Color HEX #B281FB Biloba Flower

📋 copy color: '#B281FB'

red 178 ◦ green 129 ◦ blue 251

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

Shades of Biloba Flower #B281FB

Tints of Biloba Flower #B281FB

RGB

 RED value IS 178 (69.92% from 255) = 31.9%

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

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 31.9%
G = 23.12%
B = 44.98%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B281FB (or 0xB281FB) is known color: Biloba Flower. HEX triplet: B2, 81 and FB. RGB value is (178,129,251). Sum of RGB (Red+Green+Blue) = 178+129+251=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #B281FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FB is #4D7E04. Grayscale: #9D9D9D. Windows color (decimal): -5078533 or 16482738. OLE color: 16482738.

HSL color Cylindrical-coordinate representation of color #B281FB: hue angle of 264.1º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B281FB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 129 251 -
CMYK 0.29 0.49 0 0.02
HSL 264.1º 0.94% 0.75% -
HSV(B) 264.1º 0.49% 0.98% -
XYZ 43.62 32.13 95.17 -
YUV 157.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 178 129 251 0.29 0.49 0 0.02 264.1 0.94 0.75
Hex B2 81 FB 1D 31 0 2 108 5E 4B
Octal 262 201 373 35 61 0 2 410 136 113
Binary 10110010 10000001 11111011 11101 110001 0 10 100001000 1011110 1001011

Color Harmonies of #B281FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281FB

Black with #B281FB

Text Example


Text Example

White with #B281FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281FB; }

 p { color: rgb(178,129,251); }

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

background-color css

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

 a { background-color: rgb(178,129,251); }

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

border-color css

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

 span { border-color: rgb(178,129,251); }

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