Html Css Color HEX #B298DD Biloba Flower

📋 copy color: '#B298DD'

red 178 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #B298DD

Tints of Biloba Flower #B298DD

RGB

 RED value IS 178 (69.92% from 255) = 32.3%

 GREEN value IS 152 (59.77% from 255) = 27.59%

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

R = 32.3%
G = 27.59%
B = 40.11%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B298DD (or 0xB298DD) is known color: Biloba Flower. HEX triplet: B2, 98 and DD. RGB value is (178,152,221). Sum of RGB (Red+Green+Blue) = 178+152+221=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B298DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298DD is #4D6722. Grayscale: #A7A7A7. Windows color (decimal): -5072675 or 14522546. OLE color: 14522546.

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

Color convert

RGB 178 152 221 -
CMYK 0.19 0.31 0 0.13
HSL 262.61º 0.5% 0.73% -
HSV(B) 262.61º 0.31% 0.87% -
XYZ 42.64 37.14 73.33 -
YUV 167.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 178 152 221 0.19 0.31 0 0.13 262.61 0.5 0.73
Hex B2 98 DD 13 1F 0 D 107 32 49
Octal 262 230 335 23 37 0 15 407 62 111
Binary 10110010 10011000 11011101 10011 11111 0 1101 100000111 110010 1001001

Color Harmonies of #B298DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298DD

Black with #B298DD

Text Example


Text Example

White with #B298DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298DD; }

 p { color: rgb(178,152,221); }

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

background-color css

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

 a { background-color: rgb(178,152,221); }

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

border-color css

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

 span { border-color: rgb(178,152,221); }

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