Html Css Color HEX #B68EE3 Biloba Flower

📋 copy color: '#B68EE3'

red 182 ◦ green 142 ◦ blue 227

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

Shades of Biloba Flower #B68EE3

Tints of Biloba Flower #B68EE3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.77%

 BLUE value IS 227 (89.06% from 255) = 41.2%

R = 33.03%
G = 25.77%
B = 41.2%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B68EE3 (or 0xB68EE3) is known color: Biloba Flower. HEX triplet: B6, 8E and E3. RGB value is (182,142,227). Sum of RGB (Red+Green+Blue) = 182+142+227=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #B68EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EE3 is #49711C. Grayscale: #A3A3A3. Windows color (decimal): -4813085 or 14913206. OLE color: 14913206.

HSL color Cylindrical-coordinate representation of color #B68EE3: hue angle of 268.24º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68EE3 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 142 227 -
CMYK 0.20 0.37 0 0.11
HSL 268.24º 0.6% 0.72% -
HSV(B) 268.24º 0.37% 0.89% -
XYZ 42.83 34.84 77.14 -
YUV 163.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 182 142 227 0.20 0.37 0 0.11 268.24 0.6 0.72
Hex B6 8E E3 14 25 0 B 10C 3C 48
Octal 266 216 343 24 45 0 13 414 74 110
Binary 10110110 10001110 11100011 10100 100101 0 1011 100001100 111100 1001000

Color Harmonies of #B68EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EE3

Black with #B68EE3

Text Example


Text Example

White with #B68EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EE3; }

 p { color: rgb(182,142,227); }

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

background-color css

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

 a { background-color: rgb(182,142,227); }

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

border-color css

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

 span { border-color: rgb(182,142,227); }

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