Html Css Color HEX #BF39D4 Medium Orchid

📋 copy color: '#BF39D4'

red 191 ◦ green 57 ◦ blue 212

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

Shades of Medium Orchid #BF39D4

Tints of Medium Orchid #BF39D4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.39%

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 41.52%
G = 12.39%
B = 46.09%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF39D4 (or 0xBF39D4) is known color: Medium Orchid. HEX triplet: BF, 39 and D4. RGB value is (191,57,212). Sum of RGB (Red+Green+Blue) = 191+57+212=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF39D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39D4 is #40C62B. Grayscale: #727272. Windows color (decimal): -4245036 or 13908415. OLE color: 13908415.

HSL color Cylindrical-coordinate representation of color #BF39D4: hue angle of 291.87º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF39D4 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 57 212 -
CMYK 0.10 0.73 0 0.17
HSL 291.87º 0.64% 0.53% -
HSV(B) 291.87º 0.73% 0.83% -
XYZ 34.83 18.76 64.07 -
YUV 114.74 182.89 182.4 -
System Red Green Blue C M Y K H S L
Decimal 191 57 212 0.10 0.73 0 0.17 291.87 0.64 0.53
Hex BF 39 D4 A 49 0 11 124 40 35
Octal 277 71 324 12 111 0 21 444 100 65
Binary 10111111 111001 11010100 1010 1001001 0 10001 100100100 1000000 110101

Color Harmonies of #BF39D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF39D4

Black with #BF39D4

Text Example


Text Example

White with #BF39D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF39D4; }

 p { color: rgb(191,57,212); }

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

background-color css

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

 a { background-color: rgb(191,57,212); }

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

border-color css

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

 span { border-color: rgb(191,57,212); }

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