Html Css Color HEX #B043CB Medium Orchid

📋 copy color: '#B043CB'

red 176 ◦ green 67 ◦ blue 203

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

Shades of Medium Orchid #B043CB

Tints of Medium Orchid #B043CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.02%

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

R = 39.46%
G = 15.02%
B = 45.52%

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

#B043CB (or 0xB043CB) is known color: Medium Orchid. HEX triplet: B0, 43 and CB. RGB value is (176,67,203). Sum of RGB (Red+Green+Blue) = 176+67+203=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B043CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043CB is #4FBC34. Grayscale: #727272. Windows color (decimal): -5225525 or 13321136. OLE color: 13321136.

HSL color Cylindrical-coordinate representation of color #B043CB: hue angle of 288.09º degrees, saturation: 0.57, 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 #B043CB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 67 203 -
CMYK 0.13 0.67 0 0.20
HSL 288.09º 0.57% 0.53% -
HSV(B) 288.09º 0.67% 0.8% -
XYZ 30.69 17.56 58.27 -
YUV 115.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 176 67 203 0.13 0.67 0 0.20 288.09 0.57 0.53
Hex B0 43 CB D 43 0 14 120 39 35
Octal 260 103 313 15 103 0 24 440 71 65
Binary 10110000 1000011 11001011 1101 1000011 0 10100 100100000 111001 110101

Color Harmonies of #B043CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043CB

Black with #B043CB

Text Example


Text Example

White with #B043CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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