Html Css Color HEX #B68DEB Biloba Flower

📋 copy color: '#B68DEB'

red 182 ◦ green 141 ◦ blue 235

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

Shades of Biloba Flower #B68DEB

Tints of Biloba Flower #B68DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.27%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 32.62%
G = 25.27%
B = 42.11%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B68DEB (or 0xB68DEB) is known color: Biloba Flower. HEX triplet: B6, 8D and EB. RGB value is (182,141,235). Sum of RGB (Red+Green+Blue) = 182+141+235=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #B68DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DEB is #497214. Grayscale: #A3A3A3. Windows color (decimal): -4813333 or 15437238. OLE color: 15437238.

HSL color Cylindrical-coordinate representation of color #B68DEB: hue angle of 266.17º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68DEB is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 141 235 -
CMYK 0.23 0.4 0 0.08
HSL 266.17º 0.7% 0.74% -
HSV(B) 266.17º 0.4% 0.92% -
XYZ 43.81 34.99 83.04 -
YUV 163.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 182 141 235 0.23 0.4 0 0.08 266.17 0.7 0.74
Hex B6 8D EB 17 28 0 8 10A 46 4A
Octal 266 215 353 27 50 0 10 412 106 112
Binary 10110110 10001101 11101011 10111 101000 0 1000 100001010 1000110 1001010

Color Harmonies of #B68DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DEB

Black with #B68DEB

Text Example


Text Example

White with #B68DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DEB; }

 p { color: rgb(182,141,235); }

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

background-color css

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

 a { background-color: rgb(182,141,235); }

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

border-color css

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

 span { border-color: rgb(182,141,235); }

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