Html Css Color HEX #B68FDE Biloba Flower

📋 copy color: '#B68FDE'

red 182 ◦ green 143 ◦ blue 222

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

Shades of Biloba Flower #B68FDE

Tints of Biloba Flower #B68FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.14%

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

R = 33.27%
G = 26.14%
B = 40.59%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68FDE (or 0xB68FDE) is known color: Biloba Flower. HEX triplet: B6, 8F and DE. RGB value is (182,143,222). Sum of RGB (Red+Green+Blue) = 182+143+222=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B68FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FDE is #497021. Grayscale: #A3A3A3. Windows color (decimal): -4812834 or 14585782. OLE color: 14585782.

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

Color convert

RGB 182 143 222 -
CMYK 0.18 0.36 0 0.13
HSL 269.62º 0.54% 0.72% -
HSV(B) 269.62º 0.36% 0.87% -
XYZ 42.3 34.86 73.61 -
YUV 163.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 182 143 222 0.18 0.36 0 0.13 269.62 0.54 0.72
Hex B6 8F DE 12 24 0 D 10E 36 48
Octal 266 217 336 22 44 0 15 416 66 110
Binary 10110110 10001111 11011110 10010 100100 0 1101 100001110 110110 1001000

Color Harmonies of #B68FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FDE

Black with #B68FDE

Text Example


Text Example

White with #B68FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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