Html Css Color HEX #BD42CF Medium Orchid

📋 copy color: '#BD42CF'

red 189 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #BD42CF

Tints of Medium Orchid #BD42CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.29%

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

R = 40.91%
G = 14.29%
B = 44.81%

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

#BD42CF (or 0xBD42CF) is known color: Medium Orchid. HEX triplet: BD, 42 and CF. RGB value is (189,66,207). Sum of RGB (Red+Green+Blue) = 189+66+207=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42CF is #42BD30. Grayscale: #767676. Windows color (decimal): -4373809 or 13583037. OLE color: 13583037.

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

Color convert

RGB 189 66 207 -
CMYK 0.09 0.68 0 0.19
HSL 292.34º 0.59% 0.54% -
HSV(B) 292.34º 0.68% 0.81% -
XYZ 34.2 19.22 60.94 -
YUV 118.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 189 66 207 0.09 0.68 0 0.19 292.34 0.59 0.54
Hex BD 42 CF 9 44 0 13 124 3B 36
Octal 275 102 317 11 104 0 23 444 73 66
Binary 10111101 1000010 11001111 1001 1000100 0 10011 100100100 111011 110110

Color Harmonies of #BD42CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42CF

Black with #BD42CF

Text Example


Text Example

White with #BD42CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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