Html Css Color HEX #B68BDF Biloba Flower

📋 copy color: '#B68BDF'

red 182 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #B68BDF

Tints of Biloba Flower #B68BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.55%

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

R = 33.46%
G = 25.55%
B = 40.99%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68BDF (or 0xB68BDF) is known color: Biloba Flower. HEX triplet: B6, 8B and DF. RGB value is (182,139,223). Sum of RGB (Red+Green+Blue) = 182+139+223=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BDF is #497420. Grayscale: #A1A1A1. Windows color (decimal): -4813857 or 14650294. OLE color: 14650294.

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

Color convert

RGB 182 139 223 -
CMYK 0.18 0.38 0 0.13
HSL 270.71º 0.57% 0.71% -
HSV(B) 270.71º 0.38% 0.87% -
XYZ 41.84 33.74 74.12 -
YUV 161.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 182 139 223 0.18 0.38 0 0.13 270.71 0.57 0.71
Hex B6 8B DF 12 26 0 D 10F 39 47
Octal 266 213 337 22 46 0 15 417 71 107
Binary 10110110 10001011 11011111 10010 100110 0 1101 100001111 111001 1000111

Color Harmonies of #B68BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BDF

Black with #B68BDF

Text Example


Text Example

White with #B68BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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