Html Css Color HEX #BD3CCE Medium Orchid

📋 copy color: '#BD3CCE'

red 189 ◦ green 60 ◦ blue 206

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

Shades of Medium Orchid #BD3CCE

Tints of Medium Orchid #BD3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

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

R = 41.54%
G = 13.19%
B = 45.27%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD3CCE (or 0xBD3CCE) is known color: Medium Orchid. HEX triplet: BD, 3C and CE. RGB value is (189,60,206). Sum of RGB (Red+Green+Blue) = 189+60+206=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD3CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CCE is #42C331. Grayscale: #727272. Windows color (decimal): -4375346 or 13515965. OLE color: 13515965.

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

Color convert

RGB 189 60 206 -
CMYK 0.08 0.71 0 0.19
HSL 293.01º 0.6% 0.52% -
HSV(B) 293.01º 0.71% 0.81% -
XYZ 33.74 18.51 60.19 -
YUV 115.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 189 60 206 0.08 0.71 0 0.19 293.01 0.6 0.52
Hex BD 3C CE 8 47 0 13 125 3C 34
Octal 275 74 316 10 107 0 23 445 74 64
Binary 10111101 111100 11001110 1000 1000111 0 10011 100100101 111100 110100

Color Harmonies of #BD3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CCE

Black with #BD3CCE

Text Example


Text Example

White with #BD3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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