Html Css Color HEX #BD3DCE Medium Orchid

📋 copy color: '#BD3DCE'

red 189 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #BD3DCE

Tints of Medium Orchid #BD3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.38%

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

R = 41.45%
G = 13.38%
B = 45.18%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD3DCE (or 0xBD3DCE) is known color: Medium Orchid. HEX triplet: BD, 3D and CE. RGB value is (189,61,206). Sum of RGB (Red+Green+Blue) = 189+61+206=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD3DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DCE is #42C231. Grayscale: #737373. Windows color (decimal): -4375090 or 13516221. OLE color: 13516221.

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

Color convert

RGB 189 61 206 -
CMYK 0.08 0.70 0 0.19
HSL 292.97º 0.6% 0.52% -
HSV(B) 292.97º 0.7% 0.81% -
XYZ 33.8 18.61 60.2 -
YUV 115.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 189 61 206 0.08 0.70 0 0.19 292.97 0.6 0.52
Hex BD 3D CE 8 46 0 13 125 3C 34
Octal 275 75 316 10 106 0 23 445 74 64
Binary 10111101 111101 11001110 1000 1000110 0 10011 100100101 111100 110100

Color Harmonies of #BD3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DCE

Black with #BD3DCE

Text Example


Text Example

White with #BD3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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