Html Css Color HEX #BD3FDA Medium Orchid

📋 copy color: '#BD3FDA'

red 189 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #BD3FDA

Tints of Medium Orchid #BD3FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.4%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 40.21%
G = 13.4%
B = 46.38%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD3FDA (or 0xBD3FDA) is known color: Medium Orchid. HEX triplet: BD, 3F and DA. RGB value is (189,63,218). Sum of RGB (Red+Green+Blue) = 189+63+218=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FDA is #42C025. Grayscale: #757575. Windows color (decimal): -4374566 or 14303165. OLE color: 14303165.

HSL color Cylindrical-coordinate representation of color #BD3FDA: hue angle of 288.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3FDA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 63 218 -
CMYK 0.13 0.71 0 0.15
HSL 288.77º 0.68% 0.55% -
HSV(B) 288.77º 0.71% 0.85% -
XYZ 35.42 19.44 68.21 -
YUV 118.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 189 63 218 0.13 0.71 0 0.15 288.77 0.68 0.55
Hex BD 3F DA D 47 0 F 121 44 37
Octal 275 77 332 15 107 0 17 441 104 67
Binary 10111101 111111 11011010 1101 1000111 0 1111 100100001 1000100 110111

Color Harmonies of #BD3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FDA

Black with #BD3FDA

Text Example


Text Example

White with #BD3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FDA; }

 p { color: rgb(189,63,218); }

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

background-color css

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

 a { background-color: rgb(189,63,218); }

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

border-color css

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

 span { border-color: rgb(189,63,218); }

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