Html Css Color HEX #B13CCD Medium Orchid

📋 copy color: '#B13CCD'

red 177 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #B13CCD

Tints of Medium Orchid #B13CCD

RGB

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

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

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

R = 40.05%
G = 13.57%
B = 46.38%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B13CCD (or 0xB13CCD) is known color: Medium Orchid. HEX triplet: B1, 3C and CD. RGB value is (177,60,205). Sum of RGB (Red+Green+Blue) = 177+60+205=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #B13CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CCD is #4EC332. Grayscale: #6F6F6F. Windows color (decimal): -5161779 or 13450417. OLE color: 13450417.

HSL color Cylindrical-coordinate representation of color #B13CCD: hue angle of 288.41º 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 #B13CCD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 60 205 -
CMYK 0.14 0.71 0 0.20
HSL 288.41º 0.59% 0.52% -
HSV(B) 288.41º 0.71% 0.8% -
XYZ 30.77 16.99 59.41 -
YUV 111.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 177 60 205 0.14 0.71 0 0.20 288.41 0.59 0.52
Hex B1 3C CD E 47 0 14 120 3B 34
Octal 261 74 315 16 107 0 24 440 73 64
Binary 10110001 111100 11001101 1110 1000111 0 10100 100100000 111011 110100

Color Harmonies of #B13CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CCD

Black with #B13CCD

Text Example


Text Example

White with #B13CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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