Html Css Color HEX #BD3DFD Medium Orchid

📋 copy color: '#BD3DFD'

red 189 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #BD3DFD

Tints of Medium Orchid #BD3DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 37.57%
G = 12.13%
B = 50.3%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD3DFD (or 0xBD3DFD) is known color: Medium Orchid. HEX triplet: BD, 3D and FD. RGB value is (189,61,253). Sum of RGB (Red+Green+Blue) = 189+61+253=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD3DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DFD is #42C202. Grayscale: #787878. Windows color (decimal): -4375043 or 16596413. OLE color: 16596413.

HSL color Cylindrical-coordinate representation of color #BD3DFD: hue angle of 280º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3DFD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 61 253 -
CMYK 0.25 0.76 0 0.01
HSL 280º 0.98% 0.62% -
HSV(B) 280º 0.76% 0.99% -
XYZ 40.38 21.25 94.9 -
YUV 121.16 202.41 176.39 -
System Red Green Blue C M Y K H S L
Decimal 189 61 253 0.25 0.76 0 0.01 280 0.98 0.62
Hex BD 3D FD 19 4C 0 1 118 62 3E
Octal 275 75 375 31 114 0 1 430 142 76
Binary 10111101 111101 11111101 11001 1001100 0 1 100011000 1100010 111110

Color Harmonies of #BD3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DFD

Black with #BD3DFD

Text Example


Text Example

White with #BD3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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