Html Css Color HEX #BC38D7 Medium Orchid

📋 copy color: '#BC38D7'

red 188 ◦ green 56 ◦ blue 215

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

Shades of Medium Orchid #BC38D7

Tints of Medium Orchid #BC38D7

RGB

 RED value IS 188 (73.83% from 255) = 40.96%

 GREEN value IS 56 (22.27% from 255) = 12.2%

 BLUE value IS 215 (84.38% from 255) = 46.84%

R = 40.96%
G = 12.2%
B = 46.84%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC38D7 (or 0xBC38D7) is known color: Medium Orchid. HEX triplet: BC, 38 and D7. RGB value is (188,56,215). Sum of RGB (Red+Green+Blue) = 188+56+215=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC38D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38D7 is #43C728. Grayscale: #717171. Windows color (decimal): -4441897 or 14104764. OLE color: 14104764.

HSL color Cylindrical-coordinate representation of color #BC38D7: hue angle of 289.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC38D7 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 56 215 -
CMYK 0.13 0.74 0 0.16
HSL 289.81º 0.67% 0.53% -
HSV(B) 289.81º 0.74% 0.84% -
XYZ 34.42 18.43 66.03 -
YUV 113.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 188 56 215 0.13 0.74 0 0.16 289.81 0.67 0.53
Hex BC 38 D7 D 4A 0 10 122 43 35
Octal 274 70 327 15 112 0 20 442 103 65
Binary 10111100 111000 11010111 1101 1001010 0 10000 100100010 1000011 110101

Color Harmonies of #BC38D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38D7

Black with #BC38D7

Text Example


Text Example

White with #BC38D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38D7; }

 p { color: rgb(188,56,215); }

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

background-color css

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

 a { background-color: rgb(188,56,215); }

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

border-color css

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

 span { border-color: rgb(188,56,215); }

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