Html Css Color HEX #B281FA Biloba Flower

📋 copy color: '#B281FA'

red 178 ◦ green 129 ◦ blue 250

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

Shades of Biloba Flower #B281FA

Tints of Biloba Flower #B281FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 31.96%
G = 23.16%
B = 44.88%

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

#B281FA (or 0xB281FA) is known color: Biloba Flower. HEX triplet: B2, 81 and FA. RGB value is (178,129,250). Sum of RGB (Red+Green+Blue) = 178+129+250=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #B281FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281FA is #4D7E05. Grayscale: #9D9D9D. Windows color (decimal): -5078534 or 16417202. OLE color: 16417202.

HSL color Cylindrical-coordinate representation of color #B281FA: hue angle of 264.3º degrees, saturation: 0.92, 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 #B281FA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 129 250 -
CMYK 0.29 0.48 0 0.02
HSL 264.3º 0.92% 0.74% -
HSV(B) 264.3º 0.48% 0.98% -
XYZ 43.47 32.07 94.34 -
YUV 157.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 178 129 250 0.29 0.48 0 0.02 264.3 0.92 0.74
Hex B2 81 FA 1D 30 0 2 108 5C 4A
Octal 262 201 372 35 60 0 2 410 134 112
Binary 10110010 10000001 11111010 11101 110000 0 10 100001000 1011100 1001010

Color Harmonies of #B281FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281FA

Black with #B281FA

Text Example


Text Example

White with #B281FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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