Html Css Color HEX #B193CF Biloba Flower

📋 copy color: '#B193CF'

red 177 ◦ green 147 ◦ blue 207

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

Shades of Biloba Flower #B193CF

Tints of Biloba Flower #B193CF

RGB

 RED value IS 177 (69.53% from 255) = 33.33%

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

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

R = 33.33%
G = 27.68%
B = 38.98%

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

#B193CF (or 0xB193CF) is known color: Biloba Flower. HEX triplet: B1, 93 and CF. RGB value is (177,147,207). Sum of RGB (Red+Green+Blue) = 177+147+207=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #B193CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193CF is #4E6C30. Grayscale: #A2A2A2. Windows color (decimal): -5139505 or 13603761. OLE color: 13603761.

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

Color convert

RGB 177 147 207 -
CMYK 0.14 0.29 0 0.19
HSL 270º 0.38% 0.69% -
HSV(B) 270º 0.29% 0.81% -
XYZ 39.83 34.72 63.63 -
YUV 162.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 177 147 207 0.14 0.29 0 0.19 270 0.38 0.69
Hex B1 93 CF E 1D 0 13 10E 26 45
Octal 261 223 317 16 35 0 23 416 46 105
Binary 10110001 10010011 11001111 1110 11101 0 10011 100001110 100110 1000101

Color Harmonies of #B193CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193CF

Black with #B193CF

Text Example


Text Example

White with #B193CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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