Html Css Color HEX #B68CE6 Biloba Flower

📋 copy color: '#B68CE6'

red 182 ◦ green 140 ◦ blue 230

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

Shades of Biloba Flower #B68CE6

Tints of Biloba Flower #B68CE6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 32.97%
G = 25.36%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B68CE6 (or 0xB68CE6) is known color: Biloba Flower. HEX triplet: B6, 8C and E6. RGB value is (182,140,230). Sum of RGB (Red+Green+Blue) = 182+140+230=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #B68CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CE6 is #497319. Grayscale: #A2A2A2. Windows color (decimal): -4813594 or 15109302. OLE color: 15109302.

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

Color convert

RGB 182 140 230 -
CMYK 0.21 0.39 0 0.10
HSL 268º 0.64% 0.73% -
HSV(B) 268º 0.39% 0.9% -
XYZ 42.95 34.41 79.24 -
YUV 162.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 182 140 230 0.21 0.39 0 0.10 268 0.64 0.73
Hex B6 8C E6 15 27 0 A 10C 40 49
Octal 266 214 346 25 47 0 12 414 100 111
Binary 10110110 10001100 11100110 10101 100111 0 1010 100001100 1000000 1001001

Color Harmonies of #B68CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CE6

Black with #B68CE6

Text Example


Text Example

White with #B68CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CE6; }

 p { color: rgb(182,140,230); }

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

background-color css

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

 a { background-color: rgb(182,140,230); }

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

border-color css

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

 span { border-color: rgb(182,140,230); }

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