Html Css Color HEX #B68ADE Biloba Flower

📋 copy color: '#B68ADE'

red 182 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #B68ADE

Tints of Biloba Flower #B68ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.46%

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 33.58%
G = 25.46%
B = 40.96%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68ADE (or 0xB68ADE) is known color: Biloba Flower. HEX triplet: B6, 8A and DE. RGB value is (182,138,222). Sum of RGB (Red+Green+Blue) = 182+138+222=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #B68ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ADE is #497521. Grayscale: #A0A0A0. Windows color (decimal): -4814114 or 14584502. OLE color: 14584502.

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

Color convert

RGB 182 138 222 -
CMYK 0.18 0.38 0 0.13
HSL 271.43º 0.56% 0.71% -
HSV(B) 271.43º 0.38% 0.87% -
XYZ 41.56 33.4 73.36 -
YUV 160.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 182 138 222 0.18 0.38 0 0.13 271.43 0.56 0.71
Hex B6 8A DE 12 26 0 D 10F 38 47
Octal 266 212 336 22 46 0 15 417 70 107
Binary 10110110 10001010 11011110 10010 100110 0 1101 100001111 111000 1000111

Color Harmonies of #B68ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68ADE

Black with #B68ADE

Text Example


Text Example

White with #B68ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68ADE; }

 p { color: rgb(182,138,222); }

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

background-color css

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

 a { background-color: rgb(182,138,222); }

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

border-color css

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

 span { border-color: rgb(182,138,222); }

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