Html Css Color HEX #B795DC Biloba Flower

📋 copy color: '#B795DC'

red 183 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #B795DC

Tints of Biloba Flower #B795DC

RGB

 RED value IS 183 (71.88% from 255) = 33.15%

 GREEN value IS 149 (58.59% from 255) = 26.99%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 33.15%
G = 26.99%
B = 39.86%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B795DC (or 0xB795DC) is known color: Biloba Flower. HEX triplet: B7, 95 and DC. RGB value is (183,149,220). Sum of RGB (Red+Green+Blue) = 183+149+220=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B795DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795DC is #486A23. Grayscale: #A7A7A7. Windows color (decimal): -4745764 or 14456247. OLE color: 14456247.

HSL color Cylindrical-coordinate representation of color #B795DC: hue angle of 268.73º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B795DC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 149 220 -
CMYK 0.17 0.32 0 0.14
HSL 268.73º 0.5% 0.72% -
HSV(B) 268.73º 0.32% 0.86% -
XYZ 43.19 36.73 72.52 -
YUV 167.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 183 149 220 0.17 0.32 0 0.14 268.73 0.5 0.72
Hex B7 95 DC 11 20 0 E 10D 32 48
Octal 267 225 334 21 40 0 16 415 62 110
Binary 10110111 10010101 11011100 10001 100000 0 1110 100001101 110010 1001000

Color Harmonies of #B795DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795DC

Black with #B795DC

Text Example


Text Example

White with #B795DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795DC; }

 p { color: rgb(183,149,220); }

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

background-color css

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

 a { background-color: rgb(183,149,220); }

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

border-color css

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

 span { border-color: rgb(183,149,220); }

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