Html Css Color HEX #B68AD7 Biloba Flower

📋 copy color: '#B68AD7'

red 182 ◦ green 138 ◦ blue 215

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

Shades of Biloba Flower #B68AD7

Tints of Biloba Flower #B68AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 34.02%
G = 25.79%
B = 40.19%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B68AD7 (or 0xB68AD7) is known color: Biloba Flower. HEX triplet: B6, 8A and D7. RGB value is (182,138,215). Sum of RGB (Red+Green+Blue) = 182+138+215=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #B68AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AD7 is #497528. Grayscale: #9F9F9F. Windows color (decimal): -4814121 or 14125750. OLE color: 14125750.

HSL color Cylindrical-coordinate representation of color #B68AD7: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68AD7 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 138 215 -
CMYK 0.15 0.36 0 0.16
HSL 274.29º 0.49% 0.69% -
HSV(B) 274.29º 0.36% 0.84% -
XYZ 40.65 33.03 68.52 -
YUV 159.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 182 138 215 0.15 0.36 0 0.16 274.29 0.49 0.69
Hex B6 8A D7 F 24 0 10 112 31 45
Octal 266 212 327 17 44 0 20 422 61 105
Binary 10110110 10001010 11010111 1111 100100 0 10000 100010010 110001 1000101

Color Harmonies of #B68AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AD7

Black with #B68AD7

Text Example


Text Example

White with #B68AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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