Html Css Color HEX #B794DD Biloba Flower

📋 copy color: '#B794DD'

red 183 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #B794DD

Tints of Biloba Flower #B794DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.81%

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

R = 33.15%
G = 26.81%
B = 40.04%

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

#B794DD (or 0xB794DD) is known color: Biloba Flower. HEX triplet: B7, 94 and DD. RGB value is (183,148,221). Sum of RGB (Red+Green+Blue) = 183+148+221=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B794DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794DD is #486B22. Grayscale: #A6A6A6. Windows color (decimal): -4746019 or 14521527. OLE color: 14521527.

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

Color convert

RGB 183 148 221 -
CMYK 0.17 0.33 0 0.13
HSL 268.77º 0.52% 0.72% -
HSV(B) 268.77º 0.33% 0.87% -
XYZ 43.17 36.47 73.17 -
YUV 166.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 183 148 221 0.17 0.33 0 0.13 268.77 0.52 0.72
Hex B7 94 DD 11 21 0 D 10D 34 48
Octal 267 224 335 21 41 0 15 415 64 110
Binary 10110111 10010100 11011101 10001 100001 0 1101 100001101 110100 1001000

Color Harmonies of #B794DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B794DD

Black with #B794DD

Text Example


Text Example

White with #B794DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B794DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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