Html Css Color HEX #B44ACF Medium Orchid

📋 copy color: '#B44ACF'

red 180 ◦ green 74 ◦ blue 207

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

Shades of Medium Orchid #B44ACF

Tints of Medium Orchid #B44ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 39.05%
G = 16.05%
B = 44.9%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B44ACF (or 0xB44ACF) is known color: Medium Orchid. HEX triplet: B4, 4A and CF. RGB value is (180,74,207). Sum of RGB (Red+Green+Blue) = 180+74+207=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #B44ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44ACF is #4BB530. Grayscale: #787878. Windows color (decimal): -4961585 or 13585076. OLE color: 13585076.

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

Color convert

RGB 180 74 207 -
CMYK 0.13 0.64 0 0.19
HSL 287.82º 0.58% 0.55% -
HSV(B) 287.82º 0.64% 0.81% -
XYZ 32.53 19.11 61 -
YUV 120.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 180 74 207 0.13 0.64 0 0.19 287.82 0.58 0.55
Hex B4 4A CF D 40 0 13 120 3A 37
Octal 264 112 317 15 100 0 23 440 72 67
Binary 10110100 1001010 11001111 1101 1000000 0 10011 100100000 111010 110111

Color Harmonies of #B44ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44ACF

Black with #B44ACF

Text Example


Text Example

White with #B44ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44ACF; }

 p { color: rgb(180,74,207); }

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

background-color css

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

 a { background-color: rgb(180,74,207); }

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

border-color css

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

 span { border-color: rgb(180,74,207); }

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