Html Css Color HEX #B293CF Biloba Flower

📋 copy color: '#B293CF'

red 178 ◦ green 147 ◦ blue 207

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

Shades of Biloba Flower #B293CF

Tints of Biloba Flower #B293CF

RGB

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

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

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

R = 33.46%
G = 27.63%
B = 38.91%

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

#B293CF (or 0xB293CF) is known color: Biloba Flower. HEX triplet: B2, 93 and CF. RGB value is (178,147,207). Sum of RGB (Red+Green+Blue) = 178+147+207=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #B293CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CF is #4D6C30. Grayscale: #A2A2A2. Windows color (decimal): -5073969 or 13603762. OLE color: 13603762.

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

Color convert

RGB 178 147 207 -
CMYK 0.14 0.29 0 0.19
HSL 271º 0.38% 0.69% -
HSV(B) 271º 0.29% 0.81% -
XYZ 40.06 34.84 63.64 -
YUV 163.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 178 147 207 0.14 0.29 0 0.19 271 0.38 0.69
Hex B2 93 CF E 1D 0 13 10F 26 45
Octal 262 223 317 16 35 0 23 417 46 105
Binary 10110010 10010011 11001111 1110 11101 0 10011 100001111 100110 1000101

Color Harmonies of #B293CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293CF

Black with #B293CF

Text Example


Text Example

White with #B293CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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