Html Css Color HEX #B13CCF Medium Orchid

📋 copy color: '#B13CCF'

red 177 ◦ green 60 ◦ blue 207

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

Shades of Medium Orchid #B13CCF

Tints of Medium Orchid #B13CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 39.86%
G = 13.51%
B = 46.62%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B13CCF (or 0xB13CCF) is known color: Medium Orchid. HEX triplet: B1, 3C and CF. RGB value is (177,60,207). Sum of RGB (Red+Green+Blue) = 177+60+207=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B13CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CCF is #4EC330. Grayscale: #6F6F6F. Windows color (decimal): -5161777 or 13581489. OLE color: 13581489.

HSL color Cylindrical-coordinate representation of color #B13CCF: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13CCF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 60 207 -
CMYK 0.14 0.71 0 0.19
HSL 287.76º 0.6% 0.52% -
HSV(B) 287.76º 0.71% 0.81% -
XYZ 31.01 17.08 60.69 -
YUV 111.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 177 60 207 0.14 0.71 0 0.19 287.76 0.6 0.52
Hex B1 3C CF E 47 0 13 120 3C 34
Octal 261 74 317 16 107 0 23 440 74 64
Binary 10110001 111100 11001111 1110 1000111 0 10011 100100000 111100 110100

Color Harmonies of #B13CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CCF

Black with #B13CCF

Text Example


Text Example

White with #B13CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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