Html Css Color HEX #BD43CF Medium Orchid

📋 copy color: '#BD43CF'

red 189 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #BD43CF

Tints of Medium Orchid #BD43CF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.47%

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

R = 40.82%
G = 14.47%
B = 44.71%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD43CF (or 0xBD43CF) is known color: Medium Orchid. HEX triplet: BD, 43 and CF. RGB value is (189,67,207). Sum of RGB (Red+Green+Blue) = 189+67+207=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43CF is #42BC30. Grayscale: #767676. Windows color (decimal): -4373553 or 13583293. OLE color: 13583293.

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

Color convert

RGB 189 67 207 -
CMYK 0.09 0.68 0 0.19
HSL 292.29º 0.59% 0.54% -
HSV(B) 292.29º 0.68% 0.81% -
XYZ 34.26 19.34 60.96 -
YUV 119.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 189 67 207 0.09 0.68 0 0.19 292.29 0.59 0.54
Hex BD 43 CF 9 44 0 13 124 3B 36
Octal 275 103 317 11 104 0 23 444 73 66
Binary 10111101 1000011 11001111 1001 1000100 0 10011 100100100 111011 110110

Color Harmonies of #BD43CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43CF

Black with #BD43CF

Text Example


Text Example

White with #BD43CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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