Html Css Color HEX #BF74DA Medium Orchid

📋 copy color: '#BF74DA'

red 191 ◦ green 116 ◦ blue 218

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

Shades of Medium Orchid #BF74DA

Tints of Medium Orchid #BF74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 36.38%
G = 22.1%
B = 41.52%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF74DA (or 0xBF74DA) is known color: Medium Orchid. HEX triplet: BF, 74 and DA. RGB value is (191,116,218). Sum of RGB (Red+Green+Blue) = 191+116+218=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74DA is #408B25. Grayscale: #959595. Windows color (decimal): -4229926 or 14316735. OLE color: 14316735.

HSL color Cylindrical-coordinate representation of color #BF74DA: hue angle of 284.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF74DA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 116 218 -
CMYK 0.12 0.47 0 0.15
HSL 284.12º 0.58% 0.65% -
HSV(B) 284.12º 0.47% 0.85% -
XYZ 40.39 28.63 69.73 -
YUV 150.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 191 116 218 0.12 0.47 0 0.15 284.12 0.58 0.65
Hex BF 74 DA C 2F 0 F 11C 3A 41
Octal 277 164 332 14 57 0 17 434 72 101
Binary 10111111 1110100 11011010 1100 101111 0 1111 100011100 111010 1000001

Color Harmonies of #BF74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74DA

Black with #BF74DA

Text Example


Text Example

White with #BF74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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