Html Css Color HEX #B78CEB Biloba Flower

📋 copy color: '#B78CEB'

red 183 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #B78CEB

Tints of Biloba Flower #B78CEB

RGB

 RED value IS 183 (71.88% from 255) = 32.8%

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

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

R = 32.8%
G = 25.09%
B = 42.11%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B78CEB (or 0xB78CEB) is known color: Biloba Flower. HEX triplet: B7, 8C and EB. RGB value is (183,140,235). Sum of RGB (Red+Green+Blue) = 183+140+235=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 140 (55.08% from 255 or 25.09% 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 #B78CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78CEB is #487314. Grayscale: #A3A3A3. Windows color (decimal): -4748053 or 15436983. OLE color: 15436983.

HSL color Cylindrical-coordinate representation of color #B78CEB: hue angle of 267.16º 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 #B78CEB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 140 235 -
CMYK 0.22 0.40 0 0.08
HSL 267.16º 0.7% 0.74% -
HSV(B) 267.16º 0.4% 0.92% -
XYZ 43.9 34.82 83 -
YUV 163.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 183 140 235 0.22 0.40 0 0.08 267.16 0.7 0.74
Hex B7 8C EB 16 28 0 8 10B 46 4A
Octal 267 214 353 26 50 0 10 413 106 112
Binary 10110111 10001100 11101011 10110 101000 0 1000 100001011 1000110 1001010

Color Harmonies of #B78CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CEB

Black with #B78CEB

Text Example


Text Example

White with #B78CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78CEB; }

 p { color: rgb(183,140,235); }

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

background-color css

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

 a { background-color: rgb(183,140,235); }

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

border-color css

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

 span { border-color: rgb(183,140,235); }

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