Html Css Color HEX #B13CCC Medium Orchid

📋 copy color: '#B13CCC'

red 177 ◦ green 60 ◦ blue 204

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

Shades of Medium Orchid #B13CCC

Tints of Medium Orchid #B13CCC

RGB

 RED value IS 177 (69.53% from 255) = 40.14%

 GREEN value IS 60 (23.83% from 255) = 13.61%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 40.14%
G = 13.61%
B = 46.26%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B13CCC (or 0xB13CCC) is known color: Medium Orchid. HEX triplet: B1, 3C and CC. RGB value is (177,60,204). Sum of RGB (Red+Green+Blue) = 177+60+204=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #B13CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CCC is #4EC333. Grayscale: #6E6E6E. Windows color (decimal): -5161780 or 13384881. OLE color: 13384881.

HSL color Cylindrical-coordinate representation of color #B13CCC: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13CCC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 60 204 -
CMYK 0.13 0.71 0 0.2
HSL 288.75º 0.59% 0.52% -
HSV(B) 288.75º 0.71% 0.8% -
XYZ 30.65 16.94 58.78 -
YUV 111.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 177 60 204 0.13 0.71 0 0.2 288.75 0.59 0.52
Hex B1 3C CC D 47 0 14 121 3B 34
Octal 261 74 314 15 107 0 24 441 73 64
Binary 10110001 111100 11001100 1101 1000111 0 10100 100100001 111011 110100

Color Harmonies of #B13CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CCC

Black with #B13CCC

Text Example


Text Example

White with #B13CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CCC; }

 p { color: rgb(177,60,204); }

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

background-color css

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

 a { background-color: rgb(177,60,204); }

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

border-color css

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

 span { border-color: rgb(177,60,204); }

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