Html Css Color HEX #B044CD Medium Orchid

📋 copy color: '#B044CD'

red 176 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #B044CD

Tints of Medium Orchid #B044CD

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

 GREEN value IS 68 (26.95% from 255) = 15.14%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 39.2%
G = 15.14%
B = 45.66%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B044CD (or 0xB044CD) is known color: Medium Orchid. HEX triplet: B0, 44 and CD. RGB value is (176,68,205). Sum of RGB (Red+Green+Blue) = 176+68+205=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B044CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044CD is #4FBB32. Grayscale: #737373. Windows color (decimal): -5225267 or 13452464. OLE color: 13452464.

HSL color Cylindrical-coordinate representation of color #B044CD: hue angle of 287.3º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B044CD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 68 205 -
CMYK 0.14 0.67 0 0.20
HSL 287.3º 0.58% 0.54% -
HSV(B) 287.3º 0.67% 0.8% -
XYZ 30.99 17.77 59.55 -
YUV 115.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 176 68 205 0.14 0.67 0 0.20 287.3 0.58 0.54
Hex B0 44 CD E 43 0 14 11F 3A 36
Octal 260 104 315 16 103 0 24 437 72 66
Binary 10110000 1000100 11001101 1110 1000011 0 10100 100011111 111010 110110

Color Harmonies of #B044CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044CD

Black with #B044CD

Text Example


Text Example

White with #B044CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044CD; }

 p { color: rgb(176,68,205); }

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

background-color css

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

 a { background-color: rgb(176,68,205); }

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

border-color css

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

 span { border-color: rgb(176,68,205); }

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