Html Css Color HEX #B289FA Biloba Flower

📋 copy color: '#B289FA'

red 178 ◦ green 137 ◦ blue 250

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

Shades of Biloba Flower #B289FA

Tints of Biloba Flower #B289FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.25%

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

R = 31.5%
G = 24.25%
B = 44.25%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B289FA (or 0xB289FA) is known color: Biloba Flower. HEX triplet: B2, 89 and FA. RGB value is (178,137,250). Sum of RGB (Red+Green+Blue) = 178+137+250=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #B289FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B289FA is #4D7605. Grayscale: #A1A1A1. Windows color (decimal): -5076486 or 16419250. OLE color: 16419250.

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

Color convert

RGB 178 137 250 -
CMYK 0.29 0.45 0 0.02
HSL 261.77º 0.92% 0.76% -
HSV(B) 261.77º 0.45% 0.98% -
XYZ 44.56 34.26 94.71 -
YUV 162.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 178 137 250 0.29 0.45 0 0.02 261.77 0.92 0.76
Hex B2 89 FA 1D 2D 0 2 106 5C 4C
Octal 262 211 372 35 55 0 2 406 134 114
Binary 10110010 10001001 11111010 11101 101101 0 10 100000110 1011100 1001100

Color Harmonies of #B289FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B289FA

Black with #B289FA

Text Example


Text Example

White with #B289FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B289FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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