Html Css Color HEX #BD45CF Medium Orchid

📋 copy color: '#BD45CF'

red 189 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #BD45CF

Tints of Medium Orchid #BD45CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.84%

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

R = 40.65%
G = 14.84%
B = 44.52%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD45CF (or 0xBD45CF) is known color: Medium Orchid. HEX triplet: BD, 45 and CF. RGB value is (189,69,207). Sum of RGB (Red+Green+Blue) = 189+69+207=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD45CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45CF is #42BA30. Grayscale: #787878. Windows color (decimal): -4373041 or 13583805. OLE color: 13583805.

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

Color convert

RGB 189 69 207 -
CMYK 0.09 0.67 0 0.19
HSL 292.17º 0.59% 0.54% -
HSV(B) 292.17º 0.67% 0.81% -
XYZ 34.38 19.58 61 -
YUV 120.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 189 69 207 0.09 0.67 0 0.19 292.17 0.59 0.54
Hex BD 45 CF 9 43 0 13 124 3B 36
Octal 275 105 317 11 103 0 23 444 73 66
Binary 10111101 1000101 11001111 1001 1000011 0 10011 100100100 111011 110110

Color Harmonies of #BD45CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45CF

Black with #BD45CF

Text Example


Text Example

White with #BD45CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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