Html Css Color HEX #B67CDF Biloba Flower

📋 copy color: '#B67CDF'

red 182 ◦ green 124 ◦ blue 223

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

Shades of Biloba Flower #B67CDF

Tints of Biloba Flower #B67CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.44%

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

R = 34.4%
G = 23.44%
B = 42.16%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B67CDF (or 0xB67CDF) is known color: Biloba Flower. HEX triplet: B6, 7C and DF. RGB value is (182,124,223). Sum of RGB (Red+Green+Blue) = 182+124+223=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B67CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CDF is #498320. Grayscale: #989898. Windows color (decimal): -4817697 or 14646454. OLE color: 14646454.

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

Color convert

RGB 182 124 223 -
CMYK 0.18 0.44 0 0.13
HSL 275.15º 0.61% 0.68% -
HSV(B) 275.15º 0.44% 0.87% -
XYZ 39.82 29.69 73.44 -
YUV 152.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 182 124 223 0.18 0.44 0 0.13 275.15 0.61 0.68
Hex B6 7C DF 12 2C 0 D 113 3D 44
Octal 266 174 337 22 54 0 15 423 75 104
Binary 10110110 1111100 11011111 10010 101100 0 1101 100010011 111101 1000100

Color Harmonies of #B67CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CDF

Black with #B67CDF

Text Example


Text Example

White with #B67CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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