Html Css Color HEX #B281F9 Biloba Flower

📋 copy color: '#B281F9'

red 178 ◦ green 129 ◦ blue 249

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

Shades of Biloba Flower #B281F9

Tints of Biloba Flower #B281F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.78%

R = 32.01%
G = 23.2%
B = 44.78%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B281F9 (or 0xB281F9) is known color: Biloba Flower. HEX triplet: B2, 81 and F9. RGB value is (178,129,249). Sum of RGB (Red+Green+Blue) = 178+129+249=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #B281F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281F9 is #4D7E06. Grayscale: #9C9C9C. Windows color (decimal): -5078535 or 16351666. OLE color: 16351666.

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

Color convert

RGB 178 129 249 -
CMYK 0.29 0.48 0 0.02
HSL 264.5º 0.91% 0.74% -
HSV(B) 264.5º 0.48% 0.98% -
XYZ 43.31 32.01 93.52 -
YUV 157.33 179.73 142.74 -
System Red Green Blue C M Y K H S L
Decimal 178 129 249 0.29 0.48 0 0.02 264.5 0.91 0.74
Hex B2 81 F9 1D 30 0 2 108 5B 4A
Octal 262 201 371 35 60 0 2 410 133 112
Binary 10110010 10000001 11111001 11101 110000 0 10 100001000 1011011 1001010

Color Harmonies of #B281F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281F9

Black with #B281F9

Text Example


Text Example

White with #B281F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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