Html Css Color HEX #B67EDC Biloba Flower

📋 copy color: '#B67EDC'

red 182 ◦ green 126 ◦ blue 220

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

Shades of Biloba Flower #B67EDC

Tints of Biloba Flower #B67EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 34.47%
G = 23.86%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B67EDC (or 0xB67EDC) is known color: Biloba Flower. HEX triplet: B6, 7E and DC. RGB value is (182,126,220). Sum of RGB (Red+Green+Blue) = 182+126+220=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B67EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EDC is #498123. Grayscale: #999999. Windows color (decimal): -4817188 or 14450358. OLE color: 14450358.

HSL color Cylindrical-coordinate representation of color #B67EDC: hue angle of 275.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B67EDC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 126 220 -
CMYK 0.17 0.43 0 0.14
HSL 275.74º 0.57% 0.68% -
HSV(B) 275.74º 0.43% 0.86% -
XYZ 39.67 30.03 71.42 -
YUV 153.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 182 126 220 0.17 0.43 0 0.14 275.74 0.57 0.68
Hex B6 7E DC 11 2B 0 E 114 39 44
Octal 266 176 334 21 53 0 16 424 71 104
Binary 10110110 1111110 11011100 10001 101011 0 1110 100010100 111001 1000100

Color Harmonies of #B67EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67EDC

Black with #B67EDC

Text Example


Text Example

White with #B67EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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