Html Css Color HEX #BF74D4 Medium Orchid

📋 copy color: '#BF74D4'

red 191 ◦ green 116 ◦ blue 212

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

Shades of Medium Orchid #BF74D4

Tints of Medium Orchid #BF74D4

RGB

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

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

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

R = 36.8%
G = 22.35%
B = 40.85%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF74D4 (or 0xBF74D4) is known color: Medium Orchid. HEX triplet: BF, 74 and D4. RGB value is (191,116,212). Sum of RGB (Red+Green+Blue) = 191+116+212=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF74D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74D4 is #408B2B. Grayscale: #959595. Windows color (decimal): -4229932 or 13923519. OLE color: 13923519.

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

Color convert

RGB 191 116 212 -
CMYK 0.10 0.45 0 0.17
HSL 286.88º 0.53% 0.64% -
HSV(B) 286.88º 0.45% 0.83% -
XYZ 39.61 28.32 65.67 -
YUV 149.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 191 116 212 0.10 0.45 0 0.17 286.88 0.53 0.64
Hex BF 74 D4 A 2D 0 11 11F 35 40
Octal 277 164 324 12 55 0 21 437 65 100
Binary 10111111 1110100 11010100 1010 101101 0 10001 100011111 110101 1000000

Color Harmonies of #BF74D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74D4

Black with #BF74D4

Text Example


Text Example

White with #BF74D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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