Html Css Color HEX #BF38D1 Medium Orchid

📋 copy color: '#BF38D1'

red 191 ◦ green 56 ◦ blue 209

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

Shades of Medium Orchid #BF38D1

Tints of Medium Orchid #BF38D1

RGB

 RED value IS 191 (75% from 255) = 41.89%

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

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 41.89%
G = 12.28%
B = 45.83%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF38D1 (or 0xBF38D1) is known color: Medium Orchid. HEX triplet: BF, 38 and D1. RGB value is (191,56,209). Sum of RGB (Red+Green+Blue) = 191+56+209=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF38D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF38D1 is #40C72E. Grayscale: #717171. Windows color (decimal): -4245295 or 13711551. OLE color: 13711551.

HSL color Cylindrical-coordinate representation of color #BF38D1: hue angle of 292.94º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF38D1 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 56 209 -
CMYK 0.09 0.73 0 0.18
HSL 292.94º 0.62% 0.52% -
HSV(B) 292.94º 0.73% 0.82% -
XYZ 34.41 18.51 62.08 -
YUV 113.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 191 56 209 0.09 0.73 0 0.18 292.94 0.62 0.52
Hex BF 38 D1 9 49 0 12 125 3E 34
Octal 277 70 321 11 111 0 22 445 76 64
Binary 10111111 111000 11010001 1001 1001001 0 10010 100100101 111110 110100

Color Harmonies of #BF38D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF38D1

Black with #BF38D1

Text Example


Text Example

White with #BF38D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF38D1; }

 p { color: rgb(191,56,209); }

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

background-color css

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

 a { background-color: rgb(191,56,209); }

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

border-color css

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

 span { border-color: rgb(191,56,209); }

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