Html Css Color HEX #BF74CF Medium Orchid

📋 copy color: '#BF74CF'

red 191 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #BF74CF

Tints of Medium Orchid #BF74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 37.16%
G = 22.57%
B = 40.27%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF74CF (or 0xBF74CF) is known color: Medium Orchid. HEX triplet: BF, 74 and CF. RGB value is (191,116,207). Sum of RGB (Red+Green+Blue) = 191+116+207=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74CF is #408B30. Grayscale: #949494. Windows color (decimal): -4229937 or 13595839. OLE color: 13595839.

HSL color Cylindrical-coordinate representation of color #BF74CF: hue angle of 289.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF74CF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 116 207 -
CMYK 0.08 0.44 0 0.19
HSL 289.45º 0.49% 0.63% -
HSV(B) 289.45º 0.44% 0.81% -
XYZ 38.99 28.07 62.39 -
YUV 148.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 191 116 207 0.08 0.44 0 0.19 289.45 0.49 0.63
Hex BF 74 CF 8 2C 0 13 121 31 3F
Octal 277 164 317 10 54 0 23 441 61 77
Binary 10111111 1110100 11001111 1000 101100 0 10011 100100001 110001 111111

Color Harmonies of #BF74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74CF

Black with #BF74CF

Text Example


Text Example

White with #BF74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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