Html Css Color HEX #B68FEB Biloba Flower

📋 copy color: '#B68FEB'

red 182 ◦ green 143 ◦ blue 235

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

Shades of Biloba Flower #B68FEB

Tints of Biloba Flower #B68FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.54%

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

R = 32.5%
G = 25.54%
B = 41.96%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B68FEB (or 0xB68FEB) is known color: Biloba Flower. HEX triplet: B6, 8F and EB. RGB value is (182,143,235). Sum of RGB (Red+Green+Blue) = 182+143+235=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #B68FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FEB is #497014. Grayscale: #A4A4A4. Windows color (decimal): -4812821 or 15437750. OLE color: 15437750.

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

Color convert

RGB 182 143 235 -
CMYK 0.23 0.39 0 0.08
HSL 265.43º 0.7% 0.74% -
HSV(B) 265.43º 0.39% 0.92% -
XYZ 44.11 35.59 83.14 -
YUV 165.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 182 143 235 0.23 0.39 0 0.08 265.43 0.7 0.74
Hex B6 8F EB 17 27 0 8 109 46 4A
Octal 266 217 353 27 47 0 10 411 106 112
Binary 10110110 10001111 11101011 10111 100111 0 1000 100001001 1000110 1001010

Color Harmonies of #B68FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FEB

Black with #B68FEB

Text Example


Text Example

White with #B68FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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