Html Css Color HEX #BD74CF Medium Orchid

📋 copy color: '#BD74CF'

red 189 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #BD74CF

Tints of Medium Orchid #BD74CF

RGB

 RED value IS 189 (74.22% from 255) = 36.91%

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

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

R = 36.91%
G = 22.66%
B = 40.43%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD74CF (or 0xBD74CF) is known color: Medium Orchid. HEX triplet: BD, 74 and CF. RGB value is (189,116,207). Sum of RGB (Red+Green+Blue) = 189+116+207=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74CF is #428B30. Grayscale: #939393. Windows color (decimal): -4361009 or 13595837. OLE color: 13595837.

HSL color Cylindrical-coordinate representation of color #BD74CF: hue angle of 288.13º 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 #BD74CF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 116 207 -
CMYK 0.09 0.44 0 0.19
HSL 288.13º 0.49% 0.63% -
HSV(B) 288.13º 0.44% 0.81% -
XYZ 38.49 27.81 62.37 -
YUV 148.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 189 116 207 0.09 0.44 0 0.19 288.13 0.49 0.63
Hex BD 74 CF 9 2C 0 13 120 31 3F
Octal 275 164 317 11 54 0 23 440 61 77
Binary 10111101 1110100 11001111 1001 101100 0 10011 100100000 110001 111111

Color Harmonies of #BD74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74CF

Black with #BD74CF

Text Example


Text Example

White with #BD74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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