Html Css Color HEX #B68DD3 Biloba Flower

📋 copy color: '#B68DD3'

red 182 ◦ green 141 ◦ blue 211

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

Shades of Biloba Flower #B68DD3

Tints of Biloba Flower #B68DD3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 34.08%
G = 26.4%
B = 39.51%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B68DD3 (or 0xB68DD3) is known color: Biloba Flower. HEX triplet: B6, 8D and D3. RGB value is (182,141,211). Sum of RGB (Red+Green+Blue) = 182+141+211=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #B68DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DD3 is #49722C. Grayscale: #A1A1A1. Windows color (decimal): -4813357 or 13864374. OLE color: 13864374.

HSL color Cylindrical-coordinate representation of color #B68DD3: hue angle of 275.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B68DD3 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 141 211 -
CMYK 0.14 0.33 0 0.17
HSL 275.14º 0.44% 0.69% -
HSV(B) 275.14º 0.33% 0.83% -
XYZ 40.57 33.7 65.99 -
YUV 161.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 182 141 211 0.14 0.33 0 0.17 275.14 0.44 0.69
Hex B6 8D D3 E 21 0 11 113 2C 45
Octal 266 215 323 16 41 0 21 423 54 105
Binary 10110110 10001101 11010011 1110 100001 0 10001 100010011 101100 1000101

Color Harmonies of #B68DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DD3

Black with #B68DD3

Text Example


Text Example

White with #B68DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DD3; }

 p { color: rgb(182,141,211); }

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

background-color css

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

 a { background-color: rgb(182,141,211); }

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

border-color css

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

 span { border-color: rgb(182,141,211); }

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