Html Css Color HEX #B694DA Biloba Flower

📋 copy color: '#B694DA'

red 182 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #B694DA

Tints of Biloba Flower #B694DA

RGB

 RED value IS 182 (71.48% from 255) = 33.21%

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 33.21%
G = 27.01%
B = 39.78%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B694DA (or 0xB694DA) is known color: Biloba Flower. HEX triplet: B6, 94 and DA. RGB value is (182,148,218). Sum of RGB (Red+Green+Blue) = 182+148+218=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B694DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694DA is #496B25. Grayscale: #A5A5A5. Windows color (decimal): -4811558 or 14324918. OLE color: 14324918.

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

Color convert

RGB 182 148 218 -
CMYK 0.17 0.32 0 0.15
HSL 269.14º 0.49% 0.72% -
HSV(B) 269.14º 0.32% 0.85% -
XYZ 42.54 36.19 71.07 -
YUV 166.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 182 148 218 0.17 0.32 0 0.15 269.14 0.49 0.72
Hex B6 94 DA 11 20 0 F 10D 31 48
Octal 266 224 332 21 40 0 17 415 61 110
Binary 10110110 10010100 11011010 10001 100000 0 1111 100001101 110001 1001000

Color Harmonies of #B694DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694DA

Black with #B694DA

Text Example


Text Example

White with #B694DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694DA; }

 p { color: rgb(182,148,218); }

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

background-color css

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

 a { background-color: rgb(182,148,218); }

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

border-color css

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

 span { border-color: rgb(182,148,218); }

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