Html Css Color HEX #B13CC8 Medium Orchid

📋 copy color: '#B13CC8'

red 177 ◦ green 60 ◦ blue 200

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

Shades of Medium Orchid #B13CC8

Tints of Medium Orchid #B13CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.77%

R = 40.5%
G = 13.73%
B = 45.77%

CMYK

 C value IS 0.12

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B13CC8 (or 0xB13CC8) is known color: Medium Orchid. HEX triplet: B1, 3C and C8. RGB value is (177,60,200). Sum of RGB (Red+Green+Blue) = 177+60+200=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #B13CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CC8 is #4EC337. Grayscale: #6E6E6E. Windows color (decimal): -5161784 or 13122737. OLE color: 13122737.

HSL color Cylindrical-coordinate representation of color #B13CC8: hue angle of 290.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13CC8 is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 60 200 -
CMYK 0.12 0.7 0 0.22
HSL 290.14º 0.56% 0.51% -
HSV(B) 290.14º 0.7% 0.78% -
XYZ 30.17 16.75 56.29 -
YUV 110.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 177 60 200 0.12 0.7 0 0.22 290.14 0.56 0.51
Hex B1 3C C8 C 46 0 16 122 38 33
Octal 261 74 310 14 106 0 26 442 70 63
Binary 10110001 111100 11001000 1100 1000110 0 10110 100100010 111000 110011

Color Harmonies of #B13CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CC8

Black with #B13CC8

Text Example


Text Example

White with #B13CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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