Html Css Color HEX #BD36CF Medium Orchid

📋 copy color: '#BD36CF'

red 189 ◦ green 54 ◦ blue 207

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

Shades of Medium Orchid #BD36CF

Tints of Medium Orchid #BD36CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12%

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

R = 42%
G = 12%
B = 46%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD36CF (or 0xBD36CF) is known color: Medium Orchid. HEX triplet: BD, 36 and CF. RGB value is (189,54,207). Sum of RGB (Red+Green+Blue) = 189+54+207=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD36CF is #42C930. Grayscale: #6F6F6F. Windows color (decimal): -4376881 or 13579965. OLE color: 13579965.

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

Color convert

RGB 189 54 207 -
CMYK 0.09 0.74 0 0.19
HSL 292.94º 0.61% 0.51% -
HSV(B) 292.94º 0.74% 0.81% -
XYZ 33.57 17.96 60.73 -
YUV 111.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 189 54 207 0.09 0.74 0 0.19 292.94 0.61 0.51
Hex BD 36 CF 9 4A 0 13 125 3D 33
Octal 275 66 317 11 112 0 23 445 75 63
Binary 10111101 110110 11001111 1001 1001010 0 10011 100100101 111101 110011

Color Harmonies of #BD36CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD36CF

Black with #BD36CF

Text Example


Text Example

White with #BD36CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD36CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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