Html Css Color HEX #B44DEA Medium Orchid

📋 copy color: '#B44DEA'

red 180 ◦ green 77 ◦ blue 234

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

Shades of Medium Orchid #B44DEA

Tints of Medium Orchid #B44DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.68%

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

R = 36.66%
G = 15.68%
B = 47.66%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B44DEA (or 0xB44DEA) is known color: Medium Orchid. HEX triplet: B4, 4D and EA. RGB value is (180,77,234). Sum of RGB (Red+Green+Blue) = 180+77+234=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #B44DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44DEA is #4BB215. Grayscale: #7D7D7D. Windows color (decimal): -4960790 or 15355316. OLE color: 15355316.

HSL color Cylindrical-coordinate representation of color #B44DEA: hue angle of 279.36º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44DEA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 77 234 -
CMYK 0.23 0.67 0 0.08
HSL 279.36º 0.79% 0.61% -
HSV(B) 279.36º 0.67% 0.92% -
XYZ 36.33 20.95 79.97 -
YUV 125.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 180 77 234 0.23 0.67 0 0.08 279.36 0.79 0.61
Hex B4 4D EA 17 43 0 8 117 4F 3D
Octal 264 115 352 27 103 0 10 427 117 75
Binary 10110100 1001101 11101010 10111 1000011 0 1000 100010111 1001111 111101

Color Harmonies of #B44DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DEA

Black with #B44DEA

Text Example


Text Example

White with #B44DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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