Html Css Color HEX #B68EDF Biloba Flower

📋 copy color: '#B68EDF'

red 182 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #B68EDF

Tints of Biloba Flower #B68EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.96%

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

R = 33.27%
G = 25.96%
B = 40.77%

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

#B68EDF (or 0xB68EDF) is known color: Biloba Flower. HEX triplet: B6, 8E and DF. RGB value is (182,142,223). Sum of RGB (Red+Green+Blue) = 182+142+223=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EDF is #497120. Grayscale: #A2A2A2. Windows color (decimal): -4813089 or 14651062. OLE color: 14651062.

HSL color Cylindrical-coordinate representation of color #B68EDF: hue angle of 269.63º degrees, saturation: 0.56, 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 #B68EDF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 142 223 -
CMYK 0.18 0.36 0 0.13
HSL 269.63º 0.56% 0.72% -
HSV(B) 269.63º 0.36% 0.87% -
XYZ 42.28 34.62 74.27 -
YUV 163.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 182 142 223 0.18 0.36 0 0.13 269.63 0.56 0.72
Hex B6 8E DF 12 24 0 D 10E 38 48
Octal 266 216 337 22 44 0 15 416 70 110
Binary 10110110 10001110 11011111 10010 100100 0 1101 100001110 111000 1001000

Color Harmonies of #B68EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EDF

Black with #B68EDF

Text Example


Text Example

White with #B68EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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