Html Css Color HEX #B67ADF Biloba Flower

📋 copy color: '#B67ADF'

red 182 ◦ green 122 ◦ blue 223

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

Shades of Biloba Flower #B67ADF

Tints of Biloba Flower #B67ADF

RGB

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

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

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

R = 34.54%
G = 23.15%
B = 42.31%

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

#B67ADF (or 0xB67ADF) is known color: Biloba Flower. HEX triplet: B6, 7A and DF. RGB value is (182,122,223). Sum of RGB (Red+Green+Blue) = 182+122+223=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B67ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67ADF is #498520. Grayscale: #979797. Windows color (decimal): -4818209 or 14645942. OLE color: 14645942.

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

Color convert

RGB 182 122 223 -
CMYK 0.18 0.45 0 0.13
HSL 275.64º 0.61% 0.68% -
HSV(B) 275.64º 0.45% 0.87% -
XYZ 39.57 29.19 73.36 -
YUV 151.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 182 122 223 0.18 0.45 0 0.13 275.64 0.61 0.68
Hex B6 7A DF 12 2D 0 D 114 3D 44
Octal 266 172 337 22 55 0 15 424 75 104
Binary 10110110 1111010 11011111 10010 101101 0 1101 100010100 111101 1000100

Color Harmonies of #B67ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67ADF

Black with #B67ADF

Text Example


Text Example

White with #B67ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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