Html Css Color HEX #B68CE9 Biloba Flower

📋 copy color: '#B68CE9'

red 182 ◦ green 140 ◦ blue 233

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

Shades of Biloba Flower #B68CE9

Tints of Biloba Flower #B68CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.98%

R = 32.79%
G = 25.23%
B = 41.98%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B68CE9 (or 0xB68CE9) is known color: Biloba Flower. HEX triplet: B6, 8C and E9. RGB value is (182,140,233). Sum of RGB (Red+Green+Blue) = 182+140+233=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #B68CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CE9 is #497316. Grayscale: #A2A2A2. Windows color (decimal): -4813591 or 15305910. OLE color: 15305910.

HSL color Cylindrical-coordinate representation of color #B68CE9: hue angle of 267.1º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68CE9 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 140 233 -
CMYK 0.22 0.40 0 0.09
HSL 267.1º 0.68% 0.73% -
HSV(B) 267.1º 0.4% 0.91% -
XYZ 43.38 34.58 81.48 -
YUV 163.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 182 140 233 0.22 0.40 0 0.09 267.1 0.68 0.73
Hex B6 8C E9 16 28 0 9 10B 44 49
Octal 266 214 351 26 50 0 11 413 104 111
Binary 10110110 10001100 11101001 10110 101000 0 1001 100001011 1000100 1001001

Color Harmonies of #B68CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CE9

Black with #B68CE9

Text Example


Text Example

White with #B68CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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