Html Css Color HEX #B67EDE Biloba Flower

📋 copy color: '#B67EDE'

red 182 ◦ green 126 ◦ blue 222

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

Shades of Biloba Flower #B67EDE

Tints of Biloba Flower #B67EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.77%

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

R = 34.34%
G = 23.77%
B = 41.89%

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

#B67EDE (or 0xB67EDE) is known color: Biloba Flower. HEX triplet: B6, 7E and DE. RGB value is (182,126,222). Sum of RGB (Red+Green+Blue) = 182+126+222=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #B67EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EDE is #498121. Grayscale: #999999. Windows color (decimal): -4817186 or 14581430. OLE color: 14581430.

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

Color convert

RGB 182 126 222 -
CMYK 0.18 0.43 0 0.13
HSL 275º 0.59% 0.68% -
HSV(B) 275º 0.43% 0.87% -
XYZ 39.94 30.14 72.82 -
YUV 153.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 182 126 222 0.18 0.43 0 0.13 275 0.59 0.68
Hex B6 7E DE 12 2B 0 D 113 3B 44
Octal 266 176 336 22 53 0 15 423 73 104
Binary 10110110 1111110 11011110 10010 101011 0 1101 100010011 111011 1000100

Color Harmonies of #B67EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67EDE

Black with #B67EDE

Text Example


Text Example

White with #B67EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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