Html Css Color HEX #B44BDD Medium Orchid

📋 copy color: '#B44BDD'

red 180 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #B44BDD

Tints of Medium Orchid #B44BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.76%

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

R = 37.82%
G = 15.76%
B = 46.43%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B44BDD (or 0xB44BDD) is known color: Medium Orchid. HEX triplet: B4, 4B and DD. RGB value is (180,75,221). Sum of RGB (Red+Green+Blue) = 180+75+221=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #B44BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BDD is #4BB422. Grayscale: #7A7A7A. Windows color (decimal): -4961315 or 14502836. OLE color: 14502836.

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

Color convert

RGB 180 75 221 -
CMYK 0.19 0.66 0 0.13
HSL 283.15º 0.68% 0.58% -
HSV(B) 283.15º 0.66% 0.87% -
XYZ 34.39 19.96 70.45 -
YUV 123.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 180 75 221 0.19 0.66 0 0.13 283.15 0.68 0.58
Hex B4 4B DD 13 42 0 D 11B 44 3A
Octal 264 113 335 23 102 0 15 433 104 72
Binary 10110100 1001011 11011101 10011 1000010 0 1101 100011011 1000100 111010

Color Harmonies of #B44BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44BDD

Black with #B44BDD

Text Example


Text Example

White with #B44BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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