Html Css Color HEX #B67FDF Biloba Flower

📋 copy color: '#B67FDF'

red 182 ◦ green 127 ◦ blue 223

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

Shades of Biloba Flower #B67FDF

Tints of Biloba Flower #B67FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.87%

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

R = 34.21%
G = 23.87%
B = 41.92%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B67FDF (or 0xB67FDF) is known color: Biloba Flower. HEX triplet: B6, 7F and DF. RGB value is (182,127,223). Sum of RGB (Red+Green+Blue) = 182+127+223=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B67FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67FDF is #498020. Grayscale: #9A9A9A. Windows color (decimal): -4816929 or 14647222. OLE color: 14647222.

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

Color convert

RGB 182 127 223 -
CMYK 0.18 0.43 0 0.13
HSL 274.38º 0.6% 0.69% -
HSV(B) 274.38º 0.43% 0.87% -
XYZ 40.2 30.45 73.57 -
YUV 154.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 182 127 223 0.18 0.43 0 0.13 274.38 0.6 0.69
Hex B6 7F DF 12 2B 0 D 112 3C 45
Octal 266 177 337 22 53 0 15 422 74 105
Binary 10110110 1111111 11011111 10010 101011 0 1101 100010010 111100 1000101

Color Harmonies of #B67FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67FDF

Black with #B67FDF

Text Example


Text Example

White with #B67FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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