Html Css Color HEX #B68DDF Biloba Flower

📋 copy color: '#B68DDF'

red 182 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #B68DDF

Tints of Biloba Flower #B68DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 33.33%
G = 25.82%
B = 40.84%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68DDF (or 0xB68DDF) is known color: Biloba Flower. HEX triplet: B6, 8D and DF. RGB value is (182,141,223). Sum of RGB (Red+Green+Blue) = 182+141+223=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDF is #497220. Grayscale: #A2A2A2. Windows color (decimal): -4813345 or 14650806. OLE color: 14650806.

HSL color Cylindrical-coordinate representation of color #B68DDF: hue angle of 270º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68DDF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 141 223 -
CMYK 0.18 0.37 0 0.13
HSL 270º 0.56% 0.71% -
HSV(B) 270º 0.37% 0.87% -
XYZ 42.14 34.32 74.22 -
YUV 162.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 182 141 223 0.18 0.37 0 0.13 270 0.56 0.71
Hex B6 8D DF 12 25 0 D 10E 38 47
Octal 266 215 337 22 45 0 15 416 70 107
Binary 10110110 10001101 11011111 10010 100101 0 1101 100001110 111000 1000111

Color Harmonies of #B68DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DDF

Black with #B68DDF

Text Example


Text Example

White with #B68DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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