Html Css Color HEX #B68DE5 Biloba Flower

📋 copy color: '#B68DE5'

red 182 ◦ green 141 ◦ blue 229

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

Shades of Biloba Flower #B68DE5

Tints of Biloba Flower #B68DE5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.54%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 32.97%
G = 25.54%
B = 41.49%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B68DE5 (or 0xB68DE5) is known color: Biloba Flower. HEX triplet: B6, 8D and E5. RGB value is (182,141,229). Sum of RGB (Red+Green+Blue) = 182+141+229=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #B68DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DE5 is #49721A. Grayscale: #A2A2A2. Windows color (decimal): -4813339 or 15044022. OLE color: 15044022.

HSL color Cylindrical-coordinate representation of color #B68DE5: hue angle of 267.95º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68DE5 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 141 229 -
CMYK 0.21 0.38 0 0.10
HSL 267.95º 0.63% 0.73% -
HSV(B) 267.95º 0.38% 0.9% -
XYZ 42.96 34.65 78.55 -
YUV 163.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 182 141 229 0.21 0.38 0 0.10 267.95 0.63 0.73
Hex B6 8D E5 15 26 0 A 10C 3F 49
Octal 266 215 345 25 46 0 12 414 77 111
Binary 10110110 10001101 11100101 10101 100110 0 1010 100001100 111111 1001001

Color Harmonies of #B68DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DE5

Black with #B68DE5

Text Example


Text Example

White with #B68DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DE5; }

 p { color: rgb(182,141,229); }

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

background-color css

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

 a { background-color: rgb(182,141,229); }

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

border-color css

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

 span { border-color: rgb(182,141,229); }

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