Html Css Color HEX #B693EC Biloba Flower

📋 copy color: '#B693EC'

red 182 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #B693EC

Tints of Biloba Flower #B693EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.02%

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

R = 32.21%
G = 26.02%
B = 41.77%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B693EC (or 0xB693EC) is known color: Biloba Flower. HEX triplet: B6, 93 and EC. RGB value is (182,147,236). Sum of RGB (Red+Green+Blue) = 182+147+236=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #B693EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B693EC is #496C13. Grayscale: #A7A7A7. Windows color (decimal): -4811796 or 15504310. OLE color: 15504310.

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

Color convert

RGB 182 147 236 -
CMYK 0.23 0.38 0 0.07
HSL 263.6º 0.7% 0.75% -
HSV(B) 263.6º 0.38% 0.93% -
XYZ 44.87 36.87 84.11 -
YUV 167.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 182 147 236 0.23 0.38 0 0.07 263.6 0.7 0.75
Hex B6 93 EC 17 26 0 7 108 46 4B
Octal 266 223 354 27 46 0 7 410 106 113
Binary 10110110 10010011 11101100 10111 100110 0 111 100001000 1000110 1001011

Color Harmonies of #B693EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B693EC

Black with #B693EC

Text Example


Text Example

White with #B693EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B693EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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