Html Css Color HEX #B45CDD Medium Orchid

📋 copy color: '#B45CDD'

red 180 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #B45CDD

Tints of Medium Orchid #B45CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 36.51%
G = 18.66%
B = 44.83%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45CDD (or 0xB45CDD) is known color: Medium Orchid. HEX triplet: B4, 5C and DD. RGB value is (180,92,221). Sum of RGB (Red+Green+Blue) = 180+92+221=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #B45CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CDD is #4BA322. Grayscale: #848484. Windows color (decimal): -4956963 or 14507188. OLE color: 14507188.

HSL color Cylindrical-coordinate representation of color #B45CDD: hue angle of 280.93º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B45CDD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 92 221 -
CMYK 0.19 0.58 0 0.13
HSL 280.93º 0.65% 0.61% -
HSV(B) 280.93º 0.58% 0.87% -
XYZ 35.7 22.58 70.88 -
YUV 133.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 180 92 221 0.19 0.58 0 0.13 280.93 0.65 0.61
Hex B4 5C DD 13 3A 0 D 119 41 3D
Octal 264 134 335 23 72 0 15 431 101 75
Binary 10110100 1011100 11011101 10011 111010 0 1101 100011001 1000001 111101

Color Harmonies of #B45CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CDD

Black with #B45CDD

Text Example


Text Example

White with #B45CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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