Html Css Color HEX #B290FD Biloba Flower

📋 copy color: '#B290FD'

red 178 ◦ green 144 ◦ blue 253

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

Shades of Biloba Flower #B290FD

Tints of Biloba Flower #B290FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.04%

 BLUE value IS 253 (99.22% from 255) = 44%

R = 30.96%
G = 25.04%
B = 44%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B290FD (or 0xB290FD) is known color: Biloba Flower. HEX triplet: B2, 90 and FD. RGB value is (178,144,253). Sum of RGB (Red+Green+Blue) = 178+144+253=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #B290FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B290FD is #4D6F02. Grayscale: #A6A6A6. Windows color (decimal): -5074691 or 16617650. OLE color: 16617650.

HSL color Cylindrical-coordinate representation of color #B290FD: hue angle of 258.72º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B290FD is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 144 253 -
CMYK 0.30 0.43 0 0.01
HSL 258.72º 0.96% 0.78% -
HSV(B) 258.72º 0.43% 0.99% -
XYZ 46.06 36.5 97.55 -
YUV 166.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 178 144 253 0.30 0.43 0 0.01 258.72 0.96 0.78
Hex B2 90 FD 1E 2B 0 1 103 60 4E
Octal 262 220 375 36 53 0 1 403 140 116
Binary 10110010 10010000 11111101 11110 101011 0 1 100000011 1100000 1001110

Color Harmonies of #B290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290FD

Black with #B290FD

Text Example


Text Example

White with #B290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290FD; }

 p { color: rgb(178,144,253); }

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

background-color css

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

 a { background-color: rgb(178,144,253); }

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

border-color css

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

 span { border-color: rgb(178,144,253); }

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