Html Css Color HEX #B68ADD Biloba Flower

📋 copy color: '#B68ADD'

red 182 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #B68ADD

Tints of Biloba Flower #B68ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 33.64%
G = 25.51%
B = 40.85%

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

#B68ADD (or 0xB68ADD) is known color: Biloba Flower. HEX triplet: B6, 8A and DD. RGB value is (182,138,221). Sum of RGB (Red+Green+Blue) = 182+138+221=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ADD is #497522. Grayscale: #A0A0A0. Windows color (decimal): -4814115 or 14518966. OLE color: 14518966.

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

Color convert

RGB 182 138 221 -
CMYK 0.18 0.38 0 0.13
HSL 271.81º 0.55% 0.7% -
HSV(B) 271.81º 0.38% 0.87% -
XYZ 41.43 33.34 72.66 -
YUV 160.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 182 138 221 0.18 0.38 0 0.13 271.81 0.55 0.7
Hex B6 8A DD 12 26 0 D 110 37 46
Octal 266 212 335 22 46 0 15 420 67 106
Binary 10110110 10001010 11011101 10010 100110 0 1101 100010000 110111 1000110

Color Harmonies of #B68ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68ADD

Black with #B68ADD

Text Example


Text Example

White with #B68ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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