Html Css Color HEX #BD41CF Medium Orchid

📋 copy color: '#BD41CF'

red 189 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #BD41CF

Tints of Medium Orchid #BD41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

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

R = 41%
G = 14.1%
B = 44.9%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD41CF (or 0xBD41CF) is known color: Medium Orchid. HEX triplet: BD, 41 and CF. RGB value is (189,65,207). Sum of RGB (Red+Green+Blue) = 189+65+207=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41CF is #42BE30. Grayscale: #757575. Windows color (decimal): -4374065 or 13582781. OLE color: 13582781.

HSL color Cylindrical-coordinate representation of color #BD41CF: hue angle of 292.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD41CF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 65 207 -
CMYK 0.09 0.69 0 0.19
HSL 292.39º 0.6% 0.53% -
HSV(B) 292.39º 0.69% 0.81% -
XYZ 34.14 19.1 60.92 -
YUV 118.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 189 65 207 0.09 0.69 0 0.19 292.39 0.6 0.53
Hex BD 41 CF 9 45 0 13 124 3C 35
Octal 275 101 317 11 105 0 23 444 74 65
Binary 10111101 1000001 11001111 1001 1000101 0 10011 100100100 111100 110101

Color Harmonies of #BD41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41CF

Black with #BD41CF

Text Example


Text Example

White with #BD41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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