Html Css Color HEX #B795DD Biloba Flower

📋 copy color: '#B795DD'

red 183 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #B795DD

Tints of Biloba Flower #B795DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 33.09%
G = 26.94%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B795DD (or 0xB795DD) is known color: Biloba Flower. HEX triplet: B7, 95 and DD. RGB value is (183,149,221). Sum of RGB (Red+Green+Blue) = 183+149+221=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B795DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795DD is #486A22. Grayscale: #A7A7A7. Windows color (decimal): -4745763 or 14521783. OLE color: 14521783.

HSL color Cylindrical-coordinate representation of color #B795DD: hue angle of 268.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B795DD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 149 221 -
CMYK 0.17 0.33 0 0.13
HSL 268.33º 0.51% 0.73% -
HSV(B) 268.33º 0.33% 0.87% -
XYZ 43.33 36.78 73.22 -
YUV 167.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 183 149 221 0.17 0.33 0 0.13 268.33 0.51 0.73
Hex B7 95 DD 11 21 0 D 10C 33 49
Octal 267 225 335 21 41 0 15 414 63 111
Binary 10110111 10010101 11011101 10001 100001 0 1101 100001100 110011 1001001

Color Harmonies of #B795DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795DD

Black with #B795DD

Text Example


Text Example

White with #B795DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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