Html Css Color HEX #B15CD3 Medium Orchid

📋 copy color: '#B15CD3'

red 177 ◦ green 92 ◦ blue 211

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

Shades of Medium Orchid #B15CD3

Tints of Medium Orchid #B15CD3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 36.88%
G = 19.17%
B = 43.96%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B15CD3 (or 0xB15CD3) is known color: Medium Orchid. HEX triplet: B1, 5C and D3. RGB value is (177,92,211). Sum of RGB (Red+Green+Blue) = 177+92+211=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #B15CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CD3 is #4EA32C. Grayscale: #828282. Windows color (decimal): -5153581 or 13851825. OLE color: 13851825.

HSL color Cylindrical-coordinate representation of color #B15CD3: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15CD3 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 92 211 -
CMYK 0.16 0.56 0 0.17
HSL 282.86º 0.57% 0.59% -
HSV(B) 282.86º 0.56% 0.83% -
XYZ 33.72 21.7 64.04 -
YUV 130.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 177 92 211 0.16 0.56 0 0.17 282.86 0.57 0.59
Hex B1 5C D3 10 38 0 11 11B 39 3B
Octal 261 134 323 20 70 0 21 433 71 73
Binary 10110001 1011100 11010011 10000 111000 0 10001 100011011 111001 111011

Color Harmonies of #B15CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15CD3

Black with #B15CD3

Text Example


Text Example

White with #B15CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15CD3; }

 p { color: rgb(177,92,211); }

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

background-color css

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

 a { background-color: rgb(177,92,211); }

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

border-color css

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

 span { border-color: rgb(177,92,211); }

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