Html Css Color HEX #B67ADE Biloba Flower

📋 copy color: '#B67ADE'

red 182 ◦ green 122 ◦ blue 222

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

Shades of Biloba Flower #B67ADE

Tints of Biloba Flower #B67ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.19%

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

R = 34.6%
G = 23.19%
B = 42.21%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B67ADE (or 0xB67ADE) is known color: Biloba Flower. HEX triplet: B6, 7A and DE. RGB value is (182,122,222). Sum of RGB (Red+Green+Blue) = 182+122+222=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #B67ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ADE is #498521. Grayscale: #979797. Windows color (decimal): -4818210 or 14580406. OLE color: 14580406.

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

Color convert

RGB 182 122 222 -
CMYK 0.18 0.45 0 0.13
HSL 276º 0.6% 0.67% -
HSV(B) 276º 0.45% 0.87% -
XYZ 39.44 29.14 72.65 -
YUV 151.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 182 122 222 0.18 0.45 0 0.13 276 0.6 0.67
Hex B6 7A DE 12 2D 0 D 114 3C 43
Octal 266 172 336 22 55 0 15 424 74 103
Binary 10110110 1111010 11011110 10010 101101 0 1101 100010100 111100 1000011

Color Harmonies of #B67ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67ADE

Black with #B67ADE

Text Example


Text Example

White with #B67ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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