Html Css Color HEX #B690EC Biloba Flower

📋 copy color: '#B690EC'

red 182 ◦ green 144 ◦ blue 236

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

Shades of Biloba Flower #B690EC

Tints of Biloba Flower #B690EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.62%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 32.38%
G = 25.62%
B = 41.99%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B690EC (or 0xB690EC) is known color: Biloba Flower. HEX triplet: B6, 90 and EC. RGB value is (182,144,236). Sum of RGB (Red+Green+Blue) = 182+144+236=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #B690EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B690EC is #496F13. Grayscale: #A5A5A5. Windows color (decimal): -4812564 or 15503542. OLE color: 15503542.

HSL color Cylindrical-coordinate representation of color #B690EC: hue angle of 264.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B690EC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 144 236 -
CMYK 0.23 0.39 0 0.07
HSL 264.78º 0.71% 0.75% -
HSV(B) 264.78º 0.39% 0.93% -
XYZ 44.4 35.95 83.96 -
YUV 165.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 182 144 236 0.23 0.39 0 0.07 264.78 0.71 0.75
Hex B6 90 EC 17 27 0 7 109 47 4B
Octal 266 220 354 27 47 0 7 411 107 113
Binary 10110110 10010000 11101100 10111 100111 0 111 100001001 1000111 1001011

Color Harmonies of #B690EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690EC

Black with #B690EC

Text Example


Text Example

White with #B690EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690EC; }

 p { color: rgb(182,144,236); }

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

background-color css

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

 a { background-color: rgb(182,144,236); }

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

border-color css

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

 span { border-color: rgb(182,144,236); }

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