Html Css Color HEX #B294CA Biloba Flower

📋 copy color: '#B294CA'

red 178 ◦ green 148 ◦ blue 202

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

Shades of Biloba Flower #B294CA

Tints of Biloba Flower #B294CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.03%

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 33.71%
G = 28.03%
B = 38.26%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B294CA (or 0xB294CA) is known color: Biloba Flower. HEX triplet: B2, 94 and CA. RGB value is (178,148,202). Sum of RGB (Red+Green+Blue) = 178+148+202=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B294CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294CA is #4D6B35. Grayscale: #A2A2A2. Windows color (decimal): -5073718 or 13276338. OLE color: 13276338.

HSL color Cylindrical-coordinate representation of color #B294CA: hue angle of 273.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B294CA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 148 202 -
CMYK 0.12 0.27 0 0.21
HSL 273.33º 0.34% 0.69% -
HSV(B) 273.33º 0.27% 0.79% -
XYZ 39.61 34.91 60.53 -
YUV 163.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 178 148 202 0.12 0.27 0 0.21 273.33 0.34 0.69
Hex B2 94 CA C 1B 0 15 111 22 45
Octal 262 224 312 14 33 0 25 421 42 105
Binary 10110010 10010100 11001010 1100 11011 0 10101 100010001 100010 1000101

Color Harmonies of #B294CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294CA

Black with #B294CA

Text Example


Text Example

White with #B294CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294CA; }

 p { color: rgb(178,148,202); }

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

background-color css

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

 a { background-color: rgb(178,148,202); }

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

border-color css

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

 span { border-color: rgb(178,148,202); }

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