Html Css Color HEX #B45BDB Medium Orchid

📋 copy color: '#B45BDB'

red 180 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #B45BDB

Tints of Medium Orchid #B45BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.57%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 36.73%
G = 18.57%
B = 44.69%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B45BDB (or 0xB45BDB) is known color: Medium Orchid. HEX triplet: B4, 5B and DB. RGB value is (180,91,219). Sum of RGB (Red+Green+Blue) = 180+91+219=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #B45BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BDB is #4BA424. Grayscale: #838383. Windows color (decimal): -4957221 or 14375860. OLE color: 14375860.

HSL color Cylindrical-coordinate representation of color #B45BDB: hue angle of 281.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B45BDB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 91 219 -
CMYK 0.18 0.58 0 0.14
HSL 281.72º 0.64% 0.61% -
HSV(B) 281.72º 0.58% 0.86% -
XYZ 35.35 22.3 69.46 -
YUV 132.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 180 91 219 0.18 0.58 0 0.14 281.72 0.64 0.61
Hex B4 5B DB 12 3A 0 E 11A 40 3D
Octal 264 133 333 22 72 0 16 432 100 75
Binary 10110100 1011011 11011011 10010 111010 0 1110 100011010 1000000 111101

Color Harmonies of #B45BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45BDB

Black with #B45BDB

Text Example


Text Example

White with #B45BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45BDB; }

 p { color: rgb(180,91,219); }

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

background-color css

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

 a { background-color: rgb(180,91,219); }

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

border-color css

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

 span { border-color: rgb(180,91,219); }

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