Html Css Color HEX #B690ED Biloba Flower

📋 copy color: '#B690ED'

red 182 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #B690ED

Tints of Biloba Flower #B690ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 32.33%
G = 25.58%
B = 42.1%

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

#B690ED (or 0xB690ED) is known color: Biloba Flower. HEX triplet: B6, 90 and ED. RGB value is (182,144,237). Sum of RGB (Red+Green+Blue) = 182+144+237=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #B690ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B690ED is #496F12. Grayscale: #A5A5A5. Windows color (decimal): -4812563 or 15569078. OLE color: 15569078.

HSL color Cylindrical-coordinate representation of color #B690ED: hue angle of 264.52º degrees, saturation: 0.72, 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 #B690ED is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 144 237 -
CMYK 0.23 0.39 0 0.07
HSL 264.52º 0.72% 0.75% -
HSV(B) 264.52º 0.39% 0.93% -
XYZ 44.55 36.01 84.72 -
YUV 165.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 182 144 237 0.23 0.39 0 0.07 264.52 0.72 0.75
Hex B6 90 ED 17 27 0 7 109 48 4B
Octal 266 220 355 27 47 0 7 411 110 113
Binary 10110110 10010000 11101101 10111 100111 0 111 100001001 1001000 1001011

Color Harmonies of #B690ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690ED

Black with #B690ED

Text Example


Text Example

White with #B690ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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