Html Css Color HEX #BD3CEF Medium Orchid

📋 copy color: '#BD3CEF'

red 189 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #BD3CEF

Tints of Medium Orchid #BD3CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 38.73%
G = 12.3%
B = 48.98%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD3CEF (or 0xBD3CEF) is known color: Medium Orchid. HEX triplet: BD, 3C and EF. RGB value is (189,60,239). Sum of RGB (Red+Green+Blue) = 189+60+239=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CEF is #42C310. Grayscale: #767676. Windows color (decimal): -4375313 or 15678653. OLE color: 15678653.

HSL color Cylindrical-coordinate representation of color #BD3CEF: hue angle of 283.24º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3CEF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 60 239 -
CMYK 0.21 0.75 0 0.06
HSL 283.24º 0.85% 0.59% -
HSV(B) 283.24º 0.75% 0.94% -
XYZ 38.18 20.28 83.56 -
YUV 118.98 195.74 177.95 -
System Red Green Blue C M Y K H S L
Decimal 189 60 239 0.21 0.75 0 0.06 283.24 0.85 0.59
Hex BD 3C EF 15 4B 0 6 11B 55 3B
Octal 275 74 357 25 113 0 6 433 125 73
Binary 10111101 111100 11101111 10101 1001011 0 110 100011011 1010101 111011

Color Harmonies of #BD3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CEF

Black with #BD3CEF

Text Example


Text Example

White with #BD3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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