Html Css Color HEX #B293CE Biloba Flower

📋 copy color: '#B293CE'

red 178 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #B293CE

Tints of Biloba Flower #B293CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.68%

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

R = 33.52%
G = 27.68%
B = 38.79%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B293CE (or 0xB293CE) is known color: Biloba Flower. HEX triplet: B2, 93 and CE. RGB value is (178,147,206). Sum of RGB (Red+Green+Blue) = 178+147+206=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #B293CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CE is #4D6C31. Grayscale: #A2A2A2. Windows color (decimal): -5073970 or 13538226. OLE color: 13538226.

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

Color convert

RGB 178 147 206 -
CMYK 0.14 0.29 0 0.19
HSL 271.53º 0.38% 0.69% -
HSV(B) 271.53º 0.29% 0.81% -
XYZ 39.93 34.79 63 -
YUV 163 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 178 147 206 0.14 0.29 0 0.19 271.53 0.38 0.69
Hex B2 93 CE E 1D 0 13 110 26 45
Octal 262 223 316 16 35 0 23 420 46 105
Binary 10110010 10010011 11001110 1110 11101 0 10011 100010000 100110 1000101

Color Harmonies of #B293CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293CE

Black with #B293CE

Text Example


Text Example

White with #B293CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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