Html Css Color HEX #B68DDA Biloba Flower

📋 copy color: '#B68DDA'

red 182 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #B68DDA

Tints of Biloba Flower #B68DDA

RGB

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

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

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

R = 33.64%
G = 26.06%
B = 40.3%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B68DDA (or 0xB68DDA) is known color: Biloba Flower. HEX triplet: B6, 8D and DA. RGB value is (182,141,218). Sum of RGB (Red+Green+Blue) = 182+141+218=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #B68DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDA is #497225. Grayscale: #A1A1A1. Windows color (decimal): -4813350 or 14323126. OLE color: 14323126.

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

Color convert

RGB 182 141 218 -
CMYK 0.17 0.35 0 0.15
HSL 271.95º 0.51% 0.7% -
HSV(B) 271.95º 0.35% 0.85% -
XYZ 41.47 34.06 70.72 -
YUV 162.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 182 141 218 0.17 0.35 0 0.15 271.95 0.51 0.7
Hex B6 8D DA 11 23 0 F 110 33 46
Octal 266 215 332 21 43 0 17 420 63 106
Binary 10110110 10001101 11011010 10001 100011 0 1111 100010000 110011 1000110

Color Harmonies of #B68DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DDA

Black with #B68DDA

Text Example


Text Example

White with #B68DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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