Html Css Color HEX #BF62D1 Medium Orchid

📋 copy color: '#BF62D1'

red 191 ◦ green 98 ◦ blue 209

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

Shades of Medium Orchid #BF62D1

Tints of Medium Orchid #BF62D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.68%

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

R = 38.35%
G = 19.68%
B = 41.97%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF62D1 (or 0xBF62D1) is known color: Medium Orchid. HEX triplet: BF, 62 and D1. RGB value is (191,98,209). Sum of RGB (Red+Green+Blue) = 191+98+209=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF62D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62D1 is #409D2E. Grayscale: #8A8A8A. Windows color (decimal): -4234543 or 13722303. OLE color: 13722303.

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

Color convert

RGB 191 98 209 -
CMYK 0.09 0.53 0 0.18
HSL 290.27º 0.55% 0.6% -
HSV(B) 290.27º 0.53% 0.82% -
XYZ 37.36 24.42 63.07 -
YUV 138.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 191 98 209 0.09 0.53 0 0.18 290.27 0.55 0.6
Hex BF 62 D1 9 35 0 12 122 37 3C
Octal 277 142 321 11 65 0 22 442 67 74
Binary 10111111 1100010 11010001 1001 110101 0 10010 100100010 110111 111100

Color Harmonies of #BF62D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62D1

Black with #BF62D1

Text Example


Text Example

White with #BF62D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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