Html Css Color HEX #B45CDB Medium Orchid

📋 copy color: '#B45CDB'

red 180 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #B45CDB

Tints of Medium Orchid #B45CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.74%

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

R = 36.66%
G = 18.74%
B = 44.6%

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

#B45CDB (or 0xB45CDB) is known color: Medium Orchid. HEX triplet: B4, 5C and DB. RGB value is (180,92,219). Sum of RGB (Red+Green+Blue) = 180+92+219=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B45CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CDB is #4BA324. Grayscale: #848484. Windows color (decimal): -4956965 or 14376116. OLE color: 14376116.

HSL color Cylindrical-coordinate representation of color #B45CDB: hue angle of 281.57º 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 #B45CDB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 92 219 -
CMYK 0.18 0.58 0 0.14
HSL 281.57º 0.64% 0.61% -
HSV(B) 281.57º 0.58% 0.86% -
XYZ 35.44 22.47 69.49 -
YUV 132.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 180 92 219 0.18 0.58 0 0.14 281.57 0.64 0.61
Hex B4 5C DB 12 3A 0 E 11A 40 3D
Octal 264 134 333 22 72 0 16 432 100 75
Binary 10110100 1011100 11011011 10010 111010 0 1110 100011010 1000000 111101

Color Harmonies of #B45CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CDB

Black with #B45CDB

Text Example


Text Example

White with #B45CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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