Html Css Color HEX #BF74CD Medium Orchid

📋 copy color: '#BF74CD'

red 191 ◦ green 116 ◦ blue 205

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

Shades of Medium Orchid #BF74CD

Tints of Medium Orchid #BF74CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.66%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 37.3%
G = 22.66%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF74CD (or 0xBF74CD) is known color: Medium Orchid. HEX triplet: BF, 74 and CD. RGB value is (191,116,205). Sum of RGB (Red+Green+Blue) = 191+116+205=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74CD is #408B32. Grayscale: #949494. Windows color (decimal): -4229939 or 13464767. OLE color: 13464767.

HSL color Cylindrical-coordinate representation of color #BF74CD: hue angle of 290.56º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF74CD is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 116 205 -
CMYK 0.07 0.43 0 0.20
HSL 290.56º 0.47% 0.63% -
HSV(B) 290.56º 0.43% 0.8% -
XYZ 38.75 27.97 61.11 -
YUV 148.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 191 116 205 0.07 0.43 0 0.20 290.56 0.47 0.63
Hex BF 74 CD 7 2B 0 14 123 2F 3F
Octal 277 164 315 7 53 0 24 443 57 77
Binary 10111111 1110100 11001101 111 101011 0 10100 100100011 101111 111111

Color Harmonies of #BF74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74CD

Black with #BF74CD

Text Example


Text Example

White with #BF74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74CD; }

 p { color: rgb(191,116,205); }

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

background-color css

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

 a { background-color: rgb(191,116,205); }

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

border-color css

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

 span { border-color: rgb(191,116,205); }

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