Html Css Color HEX #B290CF Biloba Flower

📋 copy color: '#B290CF'

red 178 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #B290CF

Tints of Biloba Flower #B290CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 33.65%
G = 27.22%
B = 39.13%

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

#B290CF (or 0xB290CF) is known color: Biloba Flower. HEX triplet: B2, 90 and CF. RGB value is (178,144,207). Sum of RGB (Red+Green+Blue) = 178+144+207=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #B290CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290CF is #4D6F30. Grayscale: #A1A1A1. Windows color (decimal): -5074737 or 13602994. OLE color: 13602994.

HSL color Cylindrical-coordinate representation of color #B290CF: hue angle of 272.38º degrees, saturation: 0.4, 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 #B290CF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 144 207 -
CMYK 0.14 0.30 0 0.19
HSL 272.38º 0.4% 0.69% -
HSV(B) 272.38º 0.3% 0.81% -
XYZ 39.6 33.92 63.49 -
YUV 161.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 178 144 207 0.14 0.30 0 0.19 272.38 0.4 0.69
Hex B2 90 CF E 1E 0 13 110 28 45
Octal 262 220 317 16 36 0 23 420 50 105
Binary 10110010 10010000 11001111 1110 11110 0 10011 100010000 101000 1000101

Color Harmonies of #B290CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290CF

Black with #B290CF

Text Example


Text Example

White with #B290CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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