Html Css Color HEX #B48CEA Biloba Flower

📋 copy color: '#B48CEA'

red 180 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #B48CEA

Tints of Biloba Flower #B48CEA

RGB

 RED value IS 180 (70.7% from 255) = 32.49%

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 32.49%
G = 25.27%
B = 42.24%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B48CEA (or 0xB48CEA) is known color: Biloba Flower. HEX triplet: B4, 8C and EA. RGB value is (180,140,234). Sum of RGB (Red+Green+Blue) = 180+140+234=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #B48CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48CEA is #4B7315. Grayscale: #A2A2A2. Windows color (decimal): -4944662 or 15371444. OLE color: 15371444.

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

Color convert

RGB 180 140 234 -
CMYK 0.23 0.40 0 0.08
HSL 265.53º 0.69% 0.73% -
HSV(B) 265.53º 0.4% 0.92% -
XYZ 43.05 34.4 82.21 -
YUV 162.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 180 140 234 0.23 0.40 0 0.08 265.53 0.69 0.73
Hex B4 8C EA 17 28 0 8 10A 45 49
Octal 264 214 352 27 50 0 10 412 105 111
Binary 10110100 10001100 11101010 10111 101000 0 1000 100001010 1000101 1001001

Color Harmonies of #B48CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CEA

Black with #B48CEA

Text Example


Text Example

White with #B48CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CEA; }

 p { color: rgb(180,140,234); }

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

background-color css

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

 a { background-color: rgb(180,140,234); }

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

border-color css

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

 span { border-color: rgb(180,140,234); }

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