Html Css Color HEX #BD39CE Medium Orchid

📋 copy color: '#BD39CE'

red 189 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #BD39CE

Tints of Medium Orchid #BD39CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.61%

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 41.81%
G = 12.61%
B = 45.58%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD39CE (or 0xBD39CE) is known color: Medium Orchid. HEX triplet: BD, 39 and CE. RGB value is (189,57,206). Sum of RGB (Red+Green+Blue) = 189+57+206=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39CE is #42C631. Grayscale: #707070. Windows color (decimal): -4376114 or 13515197. OLE color: 13515197.

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

Color convert

RGB 189 57 206 -
CMYK 0.08 0.72 0 0.19
HSL 293.15º 0.6% 0.52% -
HSV(B) 293.15º 0.72% 0.81% -
XYZ 33.59 18.2 60.14 -
YUV 113.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 189 57 206 0.08 0.72 0 0.19 293.15 0.6 0.52
Hex BD 39 CE 8 48 0 13 125 3C 34
Octal 275 71 316 10 110 0 23 445 74 64
Binary 10111101 111001 11001110 1000 1001000 0 10011 100100101 111100 110100

Color Harmonies of #BD39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39CE

Black with #BD39CE

Text Example


Text Example

White with #BD39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39CE; }

 p { color: rgb(189,57,206); }

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

background-color css

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

 a { background-color: rgb(189,57,206); }

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

border-color css

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

 span { border-color: rgb(189,57,206); }

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