Html Css Color HEX #B69CE5 Biloba Flower

📋 copy color: '#B69CE5'

red 182 ◦ green 156 ◦ blue 229

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

Shades of Biloba Flower #B69CE5

Tints of Biloba Flower #B69CE5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.51%

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

R = 32.1%
G = 27.51%
B = 40.39%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B69CE5 (or 0xB69CE5) is known color: Biloba Flower. HEX triplet: B6, 9C and E5. RGB value is (182,156,229). Sum of RGB (Red+Green+Blue) = 182+156+229=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #B69CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CE5 is #49631A. Grayscale: #ABABAB. Windows color (decimal): -4809499 or 15047862. OLE color: 15047862.

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

Color convert

RGB 182 156 229 -
CMYK 0.21 0.32 0 0.10
HSL 261.37º 0.58% 0.75% -
HSV(B) 261.37º 0.32% 0.9% -
XYZ 45.32 39.38 79.34 -
YUV 172.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 182 156 229 0.21 0.32 0 0.10 261.37 0.58 0.75
Hex B6 9C E5 15 20 0 A 105 3A 4B
Octal 266 234 345 25 40 0 12 405 72 113
Binary 10110110 10011100 11100101 10101 100000 0 1010 100000101 111010 1001011

Color Harmonies of #B69CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69CE5

Black with #B69CE5

Text Example


Text Example

White with #B69CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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