Html Css Color HEX #B044CB Medium Orchid

📋 copy color: '#B044CB'

red 176 ◦ green 68 ◦ blue 203

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

Shades of Medium Orchid #B044CB

Tints of Medium Orchid #B044CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 39.37%
G = 15.21%
B = 45.41%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B044CB (or 0xB044CB) is known color: Medium Orchid. HEX triplet: B0, 44 and CB. RGB value is (176,68,203). Sum of RGB (Red+Green+Blue) = 176+68+203=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B044CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044CB is #4FBB34. Grayscale: #737373. Windows color (decimal): -5225269 or 13321392. OLE color: 13321392.

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

Color convert

RGB 176 68 203 -
CMYK 0.13 0.67 0 0.20
HSL 288º 0.56% 0.53% -
HSV(B) 288º 0.67% 0.8% -
XYZ 30.75 17.68 58.29 -
YUV 115.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 176 68 203 0.13 0.67 0 0.20 288 0.56 0.53
Hex B0 44 CB D 43 0 14 120 38 35
Octal 260 104 313 15 103 0 24 440 70 65
Binary 10110000 1000100 11001011 1101 1000011 0 10100 100100000 111000 110101

Color Harmonies of #B044CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B044CB

Black with #B044CB

Text Example


Text Example

White with #B044CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B044CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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