Html Css Color HEX #B044CA Medium Orchid

📋 copy color: '#B044CA'

red 176 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #B044CA

Tints of Medium Orchid #B044CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 39.46%
G = 15.25%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B044CA (or 0xB044CA) is known color: Medium Orchid. HEX triplet: B0, 44 and CA. RGB value is (176,68,202). Sum of RGB (Red+Green+Blue) = 176+68+202=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #B044CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044CA is #4FBB35. Grayscale: #737373. Windows color (decimal): -5225270 or 13255856. OLE color: 13255856.

HSL color Cylindrical-coordinate representation of color #B044CA: hue angle of 288.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B044CA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 68 202 -
CMYK 0.13 0.66 0 0.21
HSL 288.36º 0.56% 0.53% -
HSV(B) 288.36º 0.66% 0.79% -
XYZ 30.63 17.63 57.67 -
YUV 115.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 176 68 202 0.13 0.66 0 0.21 288.36 0.56 0.53
Hex B0 44 CA D 42 0 15 120 38 35
Octal 260 104 312 15 102 0 25 440 70 65
Binary 10110000 1000100 11001010 1101 1000010 0 10101 100100000 111000 110101

Color Harmonies of #B044CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044CA

Black with #B044CA

Text Example


Text Example

White with #B044CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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