Html Css Color HEX #B795D8 Biloba Flower

📋 copy color: '#B795D8'

red 183 ◦ green 149 ◦ blue 216

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

Shades of Biloba Flower #B795D8

Tints of Biloba Flower #B795D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.42%

R = 33.39%
G = 27.19%
B = 39.42%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B795D8 (or 0xB795D8) is known color: Biloba Flower. HEX triplet: B7, 95 and D8. RGB value is (183,149,216). Sum of RGB (Red+Green+Blue) = 183+149+216=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #B795D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795D8 is #486A27. Grayscale: #A6A6A6. Windows color (decimal): -4745768 or 14194103. OLE color: 14194103.

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

Color convert

RGB 183 149 216 -
CMYK 0.15 0.31 0 0.15
HSL 270.45º 0.46% 0.72% -
HSV(B) 270.45º 0.31% 0.85% -
XYZ 42.67 36.52 69.77 -
YUV 166.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 183 149 216 0.15 0.31 0 0.15 270.45 0.46 0.72
Hex B7 95 D8 F 1F 0 F 10E 2E 48
Octal 267 225 330 17 37 0 17 416 56 110
Binary 10110111 10010101 11011000 1111 11111 0 1111 100001110 101110 1001000

Color Harmonies of #B795D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795D8

Black with #B795D8

Text Example


Text Example

White with #B795D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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