Html Css Color HEX #B293DA Biloba Flower

📋 copy color: '#B293DA'

red 178 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #B293DA

Tints of Biloba Flower #B293DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 32.78%
G = 27.07%
B = 40.15%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B293DA (or 0xB293DA) is known color: Biloba Flower. HEX triplet: B2, 93 and DA. RGB value is (178,147,218). Sum of RGB (Red+Green+Blue) = 178+147+218=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B293DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293DA is #4D6C25. Grayscale: #A4A4A4. Windows color (decimal): -5073958 or 14324658. OLE color: 14324658.

HSL color Cylindrical-coordinate representation of color #B293DA: hue angle of 266.2º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B293DA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 147 218 -
CMYK 0.18 0.33 0 0.15
HSL 266.2º 0.49% 0.72% -
HSV(B) 266.2º 0.33% 0.85% -
XYZ 41.45 35.39 70.98 -
YUV 164.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 178 147 218 0.18 0.33 0 0.15 266.2 0.49 0.72
Hex B2 93 DA 12 21 0 F 10A 31 48
Octal 262 223 332 22 41 0 17 412 61 110
Binary 10110010 10010011 11011010 10010 100001 0 1111 100001010 110001 1001000

Color Harmonies of #B293DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293DA

Black with #B293DA

Text Example


Text Example

White with #B293DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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