Html Css Color HEX #B290CE Biloba Flower

📋 copy color: '#B290CE'

red 178 ◦ green 144 ◦ blue 206

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

Shades of Biloba Flower #B290CE

Tints of Biloba Flower #B290CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 33.71%
G = 27.27%
B = 39.02%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B290CE (or 0xB290CE) is known color: Biloba Flower. HEX triplet: B2, 90 and CE. RGB value is (178,144,206). Sum of RGB (Red+Green+Blue) = 178+144+206=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #B290CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290CE is #4D6F31. Grayscale: #A1A1A1. Windows color (decimal): -5074738 or 13537458. OLE color: 13537458.

HSL color Cylindrical-coordinate representation of color #B290CE: hue angle of 272.9º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B290CE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 144 206 -
CMYK 0.14 0.30 0 0.19
HSL 272.9º 0.39% 0.69% -
HSV(B) 272.9º 0.3% 0.81% -
XYZ 39.47 33.87 62.85 -
YUV 161.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 178 144 206 0.14 0.30 0 0.19 272.9 0.39 0.69
Hex B2 90 CE E 1E 0 13 111 27 45
Octal 262 220 316 16 36 0 23 421 47 105
Binary 10110010 10010000 11001110 1110 11110 0 10011 100010001 100111 1000101

Color Harmonies of #B290CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290CE

Black with #B290CE

Text Example


Text Example

White with #B290CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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